Hello all.
I have a question relate to: How to "ble_app_hids_keyboard" app can connect multi device?
My task: make equip peripheral base on nrf52811/840 can Adv and connect to multi central(maybe 2-3 centrals)/or smart phone(may be 2-3 smart phones) by whitelist.
I try to using "ble_app_multiperipheral" app. Whitelist i refer to "ble_app_hids_keyboard" but it seem setup to connect one device.
--> 1.How to "ble_app_hids_keyboard" app can connect multi device to work parallel?
- SDK 17.02
- SEGGER Embedded Studio for ARM 4.52c
-->>2.Can we did multi connection between 1 peripheral to multi central work parallel with whitelist("Advertising module")?
I remember read somewhere on devzone.nordicsemi.com said that "Advertising module" only work single link at one time.
-->>3."ble_app_multiperipheral" can work multi connection parallel because it using "Advertising and Scan Response Data Encoder" not using "Advertising module" technical, is it right??
Thanks!!