How to Get Bluetooth Device Type / Class #1314
Unanswered
agmo-chichun
asked this question in
Q&A
Replies: 1 comment
-
It's stored in appearance characteristic.
You can also use nrfConnect app to get the required service id and characteristic id if that's different for your case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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):
Beta Was this translation helpful? Give feedback.
All reactions