hi guys,
Can you please tell me what is happening when a smart phone trying to connect to nrf51822? Any event I could use? Would the connecting process has any impact on other modules like fifo uart, fds, peer manage?
Thank you for your support.
hi guys,
Can you please tell me what is happening when a smart phone trying to connect to nrf51822? Any event I could use? Would the connecting process has any impact on other modules like fifo uart, fds, peer manage?
Thank you for your support.
Hi,
When you try to connect to a device with your phone, a connection request will be sent from the phone to your device. When they are connected, an EVENT is triggered, BLE_GAP_EVT_CONNECTED. You can use this event if you want the device to do something after they have connected. The connecting process shouldn't have any impact on other modules.
Hi,
When you try to connect to a device with your phone, a connection request will be sent from the phone to your device. When they are connected, an EVENT is triggered, BLE_GAP_EVT_CONNECTED. You can use this event if you want the device to do something after they have connected. The connecting process shouldn't have any impact on other modules.
Thank you for your info
In any case, is there any events are triggered while connecting process is running?