radxa0: 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>
Thu, 26 Oct 2023 21:25:07 +0000 (22:25 +0100)
commit1704a4dc5e9bd1c15771b2f9fe6638218bc3cb34
tree1ab5ba1de4dc3264aeb36a47fd859e7d5484a6a6
parent3587efa3b3bf4f67761612b80a81115534c694ac
radxa0: 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