Sal Savage 3bb9e29956 wahoo: Set default the Bluetooth class of device
The class of device is a string with a list of uint8t values:
90,2,12

The meaning is as follows:
{Service Field, Major class, Minor class}

Service Field: 0x5A -> 90
    Bit 17: Networking
    Bit 19: Capturing
    Bit 20: Object Transfer
    Bit 22: Telephony
MAJOR_CLASS: 0x02 -> 2 (Phone)
MINOR_CLASS: 0x0C -> 12 (Smart Phone)

Bug: 217452259
Test: make -j; -- check that bluetooth.device.class_of_device is
correct

Change-Id: I24fd57bacbf6786a26f7079e7a6e9857dbe170d1
2024-06-08 22:04:32 +08:00
2024-06-08 22:00:45 +08:00
2024-06-08 21:52:56 +08:00
2019-02-08 17:58:38 -08:00
2019-06-05 19:42:17 -07:00
2018-04-16 17:46:13 -07:00
2020-05-11 18:05:59 +09:00
2024-06-08 22:03:55 +08:00
2017-09-10 16:50:08 -07:00
2018-04-04 20:30:50 -07:00
Description
No description provided
4.4 MiB
Languages
C++ 54.8%
Makefile 33.2%
C 5.5%
Shell 4.6%
Python 1.3%
Other 0.6%