Describe the bug
I want to determine the bluetooth device type. Whether it's a headset, computer, phone, or others.
I tried comparing the manufacturerData with the assigned numbers from the bluetooth specifications but could not find the matching records.
Anyway we can get the bluetooth device type / class? Or which data should we used to find the matching records from the bluetooth assigned numbers?
To Reproduce
- Call scan() and getDiscoveredPeripherals() methods
- Get manufacturerData from the callback result
Expected behavior
Able to get the bluetooth device type / class. (Audio / Computer / Printer / Phone)
Screenshots
Expect can differentiate the device type like Macbook.
Smartphone (please complete the following information):
- Platform: Android / iOS
- react-native-ble-manager version: ^11.5.6
- react-native version: 0.75.3
Describe the bug
I want to determine the bluetooth device type. Whether it's a headset, computer, phone, or others.
I tried comparing the manufacturerData with the assigned numbers from the bluetooth specifications but could not find the matching records.
Anyway we can get the bluetooth device type / class? Or which data should we used to find the matching records from the bluetooth assigned numbers?
To Reproduce
Expected behavior
Able to get the bluetooth device type / class. (Audio / Computer / Printer / Phone)
Screenshots
Expect can differentiate the device type like Macbook.
Smartphone (please complete the following information):