P postasat Active Member Licensed User Longtime User Apr 26, 2020 #1 Hi, Is it possible to choose only one type of bluetooth device during the search ? I need to connect to an HRM device. Thank you.
Hi, Is it possible to choose only one type of bluetooth device during the search ? I need to connect to an HRM device. Thank you.
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2020 #2 If the ServiceUUIDs parameter is not empty it will only list devices that advertise the listed services. Upvote 0
If the ServiceUUIDs parameter is not empty it will only list devices that advertise the listed services.
P postasat Active Member Licensed User Longtime User May 2, 2020 #3 Hi, I'm using this code (with android 9) B4X: manager.Scan(Array("00002a37-0000-1000-8000-00805f9b34fb")) but I can't found any HRM device. Is it an android bug ? There is a workaround to find only unknown HRM devices? Thank you. Upvote 0
Hi, I'm using this code (with android 9) B4X: manager.Scan(Array("00002a37-0000-1000-8000-00805f9b34fb")) but I can't found any HRM device. Is it an android bug ? There is a workaround to find only unknown HRM devices? Thank you.
Erel B4X founder Staff member Licensed User Longtime User May 3, 2020 #4 I don't see how we can answer your questions. It is most likely a bug in your code. Upvote 0