summaryrefslogtreecommitdiffstats
path: root/jni/com_android_bluetooth_hfp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix possible RCE when jni new a UTF string.weichinweng2019-02-201-0/+21
* HFP: Check if name is nullptr before calling GetStringUTFCharsJack He2018-12-261-2/+7
* HFP: Send caller ID in +CLIP command (2/4)Benson Li2018-11-091-3/+6
* Merge "Return if sBluetoothHfpInterface pointer is NULL"Treehugger Robot2018-09-051-0/+1
|\
| * Return if sBluetoothHfpInterface pointer is NULLSatish Kodishala2018-06-121-0/+1
* | Fix typo of noise reductionChienyuan2018-08-161-4/+4
|/
* HFP: Fix AG indicator update for Multi-HFPJack He2018-04-061-0/+15
* HFP: Add support for Multi-HFP (1/2)Jack He2018-01-241-78/+131
* HFP: Add isInbandRingingEnabled() API (2/4)Jack He2018-01-091-2/+2
* HFP: Add APIs for set and get active device (2/3)Jack He2018-01-051-0/+21
* HFP: Use objects for shared library interface and callbacks (2/2)Jack He2018-01-031-298/+304
* HFP: Add method to disable inband ringing through BSIR (2/2)Jack He2017-12-181-0/+21
* HFP: Remove dead code in HFP profileJack He2017-12-071-47/+0
* Extract dependencies for HeadsetStateMachineJack He2017-11-201-1/+1
* Rename bt_bdaddr_t into RawAddress (2/3)Jakub Pawlowski2017-06-281-39/+38
* Publish AG audio route policy to native layersZach Johnson2017-06-071-0/+13
* Add mutex-based protection mechanism to the HFP JNI layerPavlin Radoslavov2017-06-011-20/+82
* Check support for in-band ringing during HFP initJack He2017-04-101-4/+5
* Revert "jni: introduce ScopedBtAddr"Andre Eisenbach2017-03-171-37/+93
* jni: introduce ScopedBtAddrMarie Janssen2017-03-161-93/+37
* jni: use ScopedLocalRef where possibleMarie Janssen2017-01-301-123/+71
* JNI: clang-format codeMarie Janssen2016-12-061-652/+698
* JNI: style cleanupMarie Janssen2016-12-021-152/+91
* jni: Use RAII to manage callback environmentMarie Janssen2016-10-181-75/+41
* HFP 1.7 profile update (4/4)Mudumba Ananth2016-08-031-0/+59
* Fix warnings in packages/apps/BluetoothAurimas Liutikas2016-02-231-28/+0
* Add WBS support on Bluedroid (5/6)Matthew Xie2014-06-301-0/+53
* Multi HF supportNitin Srivastava2014-04-291-72/+301
* License of files Bluetooth package is not updated to ASL2Zhihai Xu2012-10-231-1/+13
* Fix for BT crash during CPBR AT cmd processingSyed Ibrahim M2012-08-231-2/+6
* replace logx with alogxMatthew Xie2012-07-161-23/+23
* matt: my fix to get it compile, change logx to alogx, and etcMatthew Xie2012-07-161-8/+8
* Added AT+CPBR supportSreenidhi T2012-07-161-3/+3
* Handle the scenario where the phone number is empty. CLCC should not send num...Ravi Nagarajan2012-07-161-3/+5
* Non persistent adapter servicefredc2012-07-161-6/+61
* Initial implementation of hdp service and jniMatthew Xie2012-07-161-2/+0
* Caching callbackEnv in HFP/A2DP JNI results in the ENV going out-of-syn after...Kausik Sinnaswamy2012-07-161-4/+7
* Initial implementation of HFP and A2DP profile/service/statemachine.Matthew Xie2012-07-161-0/+494