Android Question B4a BleManager2

Mvula

Member
Licensed User
Longtime User
Using BleManager2, and the Ble example in
what is the maximum number of Ble4 HMSOFT devices that can be connected?
The maximum i can get is 3, but i would like it to be 5 devices.
Thank you
 

Mvula

Member
Licensed User
Longtime User
yes, and in this case i am using 4 devices with the managers being named
Dim managerDmc2 As BleManager2
Dim managerDmc3 As BleManager2
Dim managerHen3 As BleManager2
Dim managerHen4 As BleManager2
 
Upvote 0
Top