Closed nalauder closed 8 years ago
The library itself is agnostic when it comes to multiple connections. It simply provides an access layer to the binary protocol underneath. In order to support multiple connections, you must have the module/dongle configured correctly as described in the Bluetooth Smart Module Configuration Guide. Specifically, you need the
http://community.silabs.com/t5/Bluetooth-Wi-Fi/Multiple-connections-bonding-limitation/td-p/148840
It is also critical to make sure you pay attention to the connection handle that is present in all GATT client API methods and in the connection_status
event that occurs when the connection is established. The API always gives you enough information to differentiate between data belonging to each slave.
Working with multiple connection now
Using this library i have been able to only connect to one module to my dongle. Whenever i try to connect a second, it interferes with the incoming data checking from the first dongle. Is it possible to support more than one connection with this library. If so, how?