I am having trouble with the BLE example, I have two nRF devices that I am developing with, both of which broadcast the same Service and Characteristic IDs, they all do for UART services.
Trouble is, Manager.Connect only accepts an ID for connection, and not the Name or MAC address, or anything other than ID. This is a HUGE problem because its just gonna randomly pick which device to connect to, because the IDs being advertised by the two modules are the same, the names and MACs are different of course. But the ServiceID is the same.
Ideas??
Trouble is, Manager.Connect only accepts an ID for connection, and not the Name or MAC address, or anything other than ID. This is a HUGE problem because its just gonna randomly pick which device to connect to, because the IDs being advertised by the two modules are the same, the names and MACs are different of course. But the ServiceID is the same.
Ideas??