platform_hardware_interfaces/bluetooth
Cheney Ni 47a8309706 Implementation of Bluetooth Audio HAL interface v2
This is the default implementation of Bluetooth Audio Hal v2, and 3
providers are defined.

* BluetoothAudioProvider is the default provider, which is a stub when
  no SessionType matched.
* A2dpSoftwareAudioProvider uses to replace the old A2DP legacy module
  and uses IPC via HIDL interface between Bluetooth stack and Audio HAL.
* HearingAidAudioProvider uses to replace the Hearing Aids module which
  uses UNIX socket as IPC and now there is HIDL based interface.

There is also a shared library named "libbluetooth_audio_session.so" to
provide the linkage directly between this HIDL and its HAL module,
bluetooth_audio. With this library, we can break the library dependency
and guarantee those symbols of libraries while compiling.

Bug: 111519504
Bug: 122503379
Test: boot and manual test

Change-Id: I54d86291482b7fb041a3ac3e171b68a4ed7bfa07
2019-01-31 18:16:54 +00:00
..
1.0 pack VTS cc_test binaries as general-tests 2018-12-07 10:49:56 -08:00
a2dp/1.0 pack VTS cc_test binaries as general-tests 2018-12-07 10:49:56 -08:00
audio/2.0 Implementation of Bluetooth Audio HAL interface v2 2019-01-31 18:16:54 +00:00
.clang-format Apply clang-format to Bluetooth related HAL code 2018-10-23 18:22:10 -07:00