summaryrefslogtreecommitdiffstats
path: root/jni/com_android_bluetooth_a2dp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implementation for Bluetooth silence modeUgo Yu2019-01-241-0/+31
* Initialize max number of connected A2DP devices in the native stack via JNIPavlin Radoslavov2018-02-261-3/+4
* A2DP: Close audio socket when set active device to nullHansong Zhang2018-02-141-6/+4
* Add support for Multi-A2DP state machines per devicePavlin Radoslavov2018-01-261-18/+71
* Update the codec-related JNI calls to contain the remote Device addressPavlin Radoslavov2017-11-151-30/+42
* Clean up A2DP State MachinePavlin Radoslavov2017-11-151-3/+3
* Add mutex-based protection mechanism to the A2DP JNI layerPavlin Radoslavov2017-11-031-22/+43
* Rename bt_bdaddr_t into RawAddress (2/3)Jakub Pawlowski2017-06-281-8/+8
* Revert "jni: introduce ScopedBtAddr"Andre Eisenbach2017-03-171-5/+16
* jni: introduce ScopedBtAddrMarie Janssen2017-03-161-16/+5
* Add a mechanism to configure the default A2DP codec prioritiesPavlin Radoslavov2017-02-061-22/+93
* Update the A2DP Codec Config APIPavlin Radoslavov2017-01-301-8/+69
* jni: use ScopedLocalRef where possibleMarie Janssen2017-01-301-10/+10
* Add a mechanism for configuring the A2DP Source codecsPavlin Radoslavov2017-01-031-5/+57
* JNI: clang-format codeMarie Janssen2016-12-061-136/+138
* JNI: style cleanupMarie Janssen2016-12-021-30/+20
* jni: Use RAII to manage callback environmentMarie Janssen2016-10-181-29/+6
* Merge "Allocate CallbacksObj Before Initializing A2DP JNI Interface"Andre Eisenbach2016-08-241-2/+5
|\
| * Allocate CallbacksObj Before Initializing A2DP JNI InterfaceNathan Harold2016-08-231-2/+5
| * Fix warnings in packages/apps/BluetoothAjay Panicker2016-03-011-2/+4
| * Fix warnings in packages/apps/BluetoothAurimas Liutikas2016-02-231-26/+0
* | Audio Focus for A2DP.Sanket Agarwal2016-03-081-1/+0
* | Fix warnings in packages/apps/BluetoothAjay Panicker2016-03-011-2/+4
* | Fix warnings in packages/apps/BluetoothAurimas Liutikas2016-02-231-26/+0
|/
* License of files Bluetooth package is not updated to ASL2Zhihai Xu2012-10-231-1/+14
* replace logx with alogxMatthew Xie2012-07-161-10/+10
* matt: my fix to get it compile, change logx to alogx, and etcMatthew Xie2012-07-161-9/+9
* Added support to handle A2DP audio state changed events and broadcastKausik Sinnaswamy2012-07-161-0/+27
* Non persistent adapter servicefredc2012-07-161-6/+59
* Caching callbackEnv in HFP/A2DP JNI results in the ENV going out-of-syn after...Kausik Sinnaswamy2012-07-161-3/+7
* Initial implementation of HFP and A2DP profile/service/statemachine.Matthew Xie2012-07-161-0/+151