Commit Graph

6 Commits

Author SHA1 Message Date
SagarMakhar
0fb3fbc1ee sm7125-common: switch to AOSP Bluetooth implementation
Signed-off-by: debdeep199x <debdeep199x@gmail.com>
2022-10-06 15:00:50 +00:00
dianlujitao
1d3746a9ad sm7125-common: bluetooth: Fix undefined PROPERTY_VALUE_MAX
* vendor/qcom/opensource/commonsys/bluetooth_ext/system_bt_ext/bta/swb/bta_ag_swb.cc:142:14: error: use of undeclared identifier 'PROPERTY_VALUE_MAX'
   char value[PROPERTY_VALUE_MAX];

 * This reverts commit 0be25326c189ad809f0c3daa04f9961b4dbbd1c8.

Change-Id: Iaa9458296d71feacc88f5f04d7f5b99616115f23

Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
2021-07-04 11:27:13 +00:00
LuK1337
040ea8c20e sm7125-common: bluetooth: Push×pop PROPERTY_VALUE_MAX in buildcfg header
This deals with the PROPERTY_VALUE_MAX redefinition compilation issue.

Change-Id: I34bb283512ca1a75c680af140846f16cccf0c645
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
2021-07-04 11:27:13 +00:00
LuK1337
91121fc13a sm7125-common: Fix build of our bluetooth header
Change-Id: I45c5a123c86f3a9ec1ac72011c018a937d4fc70f
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
2021-07-04 11:27:13 +00:00
LuK1337
4c28061188 sm7125-common: Switch to a map based BT name
Change-Id: I6e0457441c5d2e7fd936d117439a90ae84496dc2
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
2021-07-04 11:27:13 +00:00
Bruno Martins
4c64392986 sm7125-common: Import BT config header
* Straight from CAF (as per LA.UM.6.3.r4-04300-sdm845.0),
   with BTM_DEF_LOCAL_NAME unset so that ro.product.model
   is used instead.

Change-Id: I20a8460c9d936cc3d94f74e469f8babf1c02bda4
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
2021-07-04 11:27:13 +00:00