| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Rather than using a text file and generating each buildcfg.h file
per device bdroid_buildcfg.h which supplies device specific values
and then bt_target.h will supply common values.
Change-Id: I12cb5408729c3e076562a292204f07a0c4b52628
|
|
|
|
|
|
| |
Define max L2CAP channels to be 16 and combine MAX_L2CAP_LINKS and MAX_BD_CONNECTION into one definition
Change-Id: Ib5cb95f5829400b2182beb3c8409142a20b8fb95
|
|
|
|
| |
This reverts commit 3ec3b30a9d39c24437f30b98539b542a24e6737d.
|
|
|
|
|
|
| |
Define max L2CAP channels to be 16 and combine MAX_L2CAP_LINKS and MAX_BD_CONNECTION into one definition
Change-Id: Ib5cb95f5829400b2182beb3c8409142a20b8fb95
|
|
|
|
|
|
|
|
|
|
|
| |
also added mutex protection for any a2dp control path signalling to
ensure only one outstanding request at a time
Change-Id: I06d95793a8632f6a8baec967a1d8440ecce8a65d
Conflicts:
audio_a2dp_hw/audio_a2dp_hw.c
|
|
|
|
| |
Change-Id: Iebc520d9b10ef220a83a16ff55efa46b4c5a0d27
|
|
|
|
| |
Change-Id: Icd1d3fc78722244f24ebc5a31bc5900a69704996
|
|
|
|
|
|
| |
Bdroid_<target>.txt file
Change-Id: I1db3ef639846b743cc3841fa83ffe4c2379233d5
|
|
|
|
| |
Change-Id: I7a494866eec45724e03a145394e032eb0930fceb
|
|
|
|
|
|
| |
UUID attributes exceeded the current limit of 4K
Change-Id: I10dd833eb7ffcd42fb6ccb60318921296873be95
|
| |
|
|
|
|
| |
Change-Id: I55d018d204a2fd20a934e1521457119fa118ceb6
|
|
|
|
| |
Change-Id: Ie9b2b926c67f0b1b57b70d626050ec41d628b509
|
|
1) Run-time configuration: configure stack and vendor at run-time using bt_stack.conf and bt_vendor.conf in /etc/bluetooth/
2) Build-time configuration: Auto-generate buildcfg.h header file from the target config bdroid_$(TARGET_DEVICE).txt file
Change-Id: Ieebb71081b7de404eab37f9ff4596d3dc94547a7
|