hi,
i have a question that suppose a 'n' number smart phones received advertisement packets from a ble device suppose if more than one phone wants to connect to the ble device what will happen?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
i have a question that suppose a 'n' number smart phones received advertisement packets from a ble device suppose if more than one phone wants to connect to the ble device what will happen?
If more than one phone wants to connect to BLE device, which ever connects first will be connected. For rest of them connection will time out because for BLE devices,
A slave can only be connected to one master, but a master can be connected to multiple slaves.
Here master is your phone and slave is your BLE device.