wade: bluetooth: Remove BTA_DM_COD
authorBruno Martins <bgcngm@gmail.com>
Thu, 26 Oct 2023 21:10:27 +0000 (22:10 +0100)
committerBruno Martins <bgcngm@gmail.com>
Fri, 27 Oct 2023 19:38:47 +0000 (20:38 +0100)
commitd1a853d38ff2dc2b8553431ff86b4d1f402333e7
tree599a5d1b95cfb3eddb9d2f907c54e4333c3e446a
parent84d365b5549381e2344f1657fb1d5efc8d68eecb
wade: bluetooth: Remove BTA_DM_COD

BTA_DM_COD can no longer be defined. Instead, the class of the device
is now set via bluetooth.device.class_of_device sysprop, which Google
configures for ATV devices (in device/google/atv project) as follows:

 Class of Device
   Service Class: 0x2C -> 44 (Rendering, Capturing, Audio)
   Major Device Class: 0x04 -> 4 (Audio/Video)
   Minor Device Class: 0x20 -> 32 (Set-top box) // default value, should be set to 0x3C for a TV

Change-Id: Ie54d6528d4e8a31a1f7a4e06ab577488e337c184
bluetooth/include/bdroid_buildcfg.h