summaryrefslogtreecommitdiffstats
path: root/bta/ag
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth losing HF connection to car-kit after 5 secondsMarkus Schmidt2017-01-021-0/+18
* Add I2S-PCM slave mode for SCOSteve Kondik2017-01-021-0/+7
* Compilation fix: N-MR1 mergeLalit Kansara2016-12-073-19/+1
* Merge commit '699c01a12eec65e768fc6d41f4913ad6f1529b34' into remoteLalit Kansara2016-12-066-3/+22
|\
| * Revert "Remove position dependent lookup tables in AT command parser"Tom Turney2016-07-254-219/+421
| * Remove position dependent lookup tables in AT command parserAndre Eisenbach2016-07-244-421/+219
| * Make parameter set S4 default for eSCOAndre Eisenbach2016-07-161-5/+5
| * HFP 1.7 profile update (1/4)Mudumba Ananth2016-06-015-13/+338
* | Before AG knowing remote's HFP version, don't unset HF indicators.Satish Kodishala2016-11-081-2/+3
* | Set HF indicators bit only when remote supports it.Satheesh Kumar Pallemoni2016-08-291-3/+3
* | Do SDP when HSP connection opened by remote.Satheesh Kumar Pallemoni2016-08-241-3/+15
* | AG: Set/Unset HF indicator bit based on remote deviceSatheesh Kumar Pallemoni2016-08-241-0/+12
* | Fixes for Issues reported by Static Analysis tool.Satheesh Kumar Pallemoni2016-08-241-1/+1
* | Bluetooth: IOP: Allow more time for AG connection to go throughSatheesh Kumar Pallemoni2016-08-241-2/+10
* | Fix for Compilation IssueSatheesh Kumar Pallemoni2016-08-241-0/+4
* | BT: Audio: Enhance default stack logging for AUDIOrakesh reddy2016-08-245-36/+41
* | Fix for issues reported by Static analysis tool.Satheesh Kumar Pallemoni2016-08-243-7/+16
* | Don't unset the HF indicators and S4 Settings for PTSSatish Kodishala2016-08-241-3/+11
* | Dynamic HF version change based on remote hf versionSatish Kodishala2016-08-242-2/+26
* | Ignore RFCOMM close event in case of collisionSatish Kodishala2016-08-241-0/+1
* | Add few logs for phone state change updatesSatish Kodishala2016-08-241-3/+3
* | BT-HFP: HFP1.7 AG support in bluedroidSumit Bajpai2016-08-246-36/+291
* | Enable WBSSatish Kodishala2016-08-243-12/+49
* | AG: Clear the memory before using itSatish Kodishala2016-08-241-0/+1
* | HFP-AG: Cleanup when incoming and outgoing connections collide.Satish Kodishala2016-08-241-2/+47
* | AG: Check MT call setup state before starting ring timerSatish Kodishala2016-08-241-0/+6
* | Move SCO state properlyMallikarjuna GB2016-08-241-12/+20
|/
* Handle unknown codecs sent by HFSatish Kodishala2016-03-251-1/+1
* Initialize sco codecs supported with CVSDSatish Kodishala2016-03-253-5/+7
* Clear remote BD address if SDP search failsSatish Kodishala2016-03-251-0/+3
* Update the sniff policy when SCO is activeMallikarjuna GB2016-03-251-3/+19
* Removed checks for NULL returns after osi_calloc() / osi_malloc()Pavlin Radoslavov2016-02-186-196/+128
* Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free()Pavlin Radoslavov2016-02-186-24/+24
* Remove BCM_STR* macrosAndre Eisenbach2016-02-182-17/+9
* Refactor usage of osi_free() and osi_freebuf()Pavlin Radoslavov2016-02-042-11/+3
* Refactor the Bluetooth timersPavlin Radoslavov2016-01-215-123/+82
* GKI cleanup - moved GKI buffer allocation wrappers to OSIPavlin Radoslavov2015-10-199-34/+34
* GKI cleanup - Moved struct TIMER_LIST_ENT to OSIPavlin Radoslavov2015-10-193-14/+15
* GKI cleanup - Remove GKI pool related definesPavlin Radoslavov2015-10-191-2/+2
* am 549c64d1: Fix security vulnerabilities in string operationsMiao Chou2015-07-101-8/+9
|\
| * Fix security vulnerabilities in string operationsMiao Chou2015-07-091-8/+9
| * Fix issues in A2dp, Avrcp, HF and AG reported by static analysis toolMallikarjuna GB2015-06-042-1/+11
| * Clear remote BD address information.Mallikarjuna GB2015-06-051-0/+2
| * Stop AG collision timer.Mallikarjuna GB2015-06-051-0/+1
| * Return ERROR for invalid CHLD command argumentsMallikarjuna GB2015-06-051-2/+23
| * Restarting PM timer for AG while reading OR writingMallikarjuna GB2015-06-051-1/+6
| * Don't close SCO for MO callsMallikarjuna GB2015-06-041-16/+4
| * Fix compile error in bta_ag_sco.cAndre Eisenbach2015-06-041-1/+0
| * Create listen SCO for HS1 if HS2 disconnects during SCO xferMallikarjuna GB2015-06-043-0/+30
| * Open SCO for held call.Mallikarjuna GB2015-06-041-0/+1