Go to file
Sal Savage c58977ea7a 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-03-16 10:09:25 -04:00
audio/hal sysbta: Updates for string() deprecation 2024-03-11 19:53:00 -04:00
bluetooth sysbta: Sync with r29 2024-03-12 22:51:16 -04:00
cmds Add aguiledbeltctl command to control LEDs on Unihertz Luna 2023-04-23 15:38:51 -04:00
init gsi: quirks: Implement version / SPL spoofing for MTK KeyMint 2023-10-15 09:37:48 -04:00
interfaces interfaces: Correct LedBeltType usage 2023-04-23 15:39:22 -04:00
overlay Revert "gsi: overlay: Remove biometric sensors hack" 2023-12-15 22:29:17 -05:00
peter_gsi_arm64 gsi: reconcile system fingerprint / device model with vendor 2021-10-11 19:04:24 -04:00
quirks init_gsi: quirks: Add support for Jelly Star touch keys handling 2023-08-21 05:21:26 -04:00
resetprop init_gsi: statically link resetprop 2021-10-11 21:57:50 -04:00
sepolicy/private gsi: quirks: Implement version / SPL spoofing for MTK KeyMint 2023-10-15 09:37:48 -04:00
Android.bp Use Soong namespace to avoid device build conflicts 2021-10-11 14:13:17 -04:00
AndroidProducts.mk initial commit -- skeleton device tree 2021-10-11 13:11:31 -04:00
BoardConfigCommon.mk gsi: Initial implementation of sysbta, a system-side bluetooth audio HAL 2022-08-24 15:47:06 -04:00
device.mk Build Iwlan 2023-11-10 16:28:11 -05:00
peter_gsi_arm64.mk initial commit -- skeleton device tree 2021-10-11 13:11:31 -04:00
system.prop Set default the Bluetooth class of device 2024-03-16 10:09:25 -04:00