summaryrefslogtreecommitdiff
path: root/android/handsfree.c
Commit message (Expand)AuthorAgeFilesLines
...
* shared/hfp: Rename functions operating on contextLukasz Rymanowski2014-11-051-46/+45
* shared/hfp: Rename hfp_gw_result to hfp_contextLukasz Rymanowski2014-11-051-74/+75
* android/handsfree: Be more strict on SLC creationLukasz Rymanowski2014-10-311-0/+15
* android/handsfree: Delay SCO connection after codec negotiationSzymon Janc2014-10-311-9/+41
* android/handsfree: Add helper to check codec negotiation supportLukasz Rymanowski2014-10-301-6/+12
* android/handsfree: Make remote device non-staticSzymon Janc2014-10-101-51/+70
* android/handsfree: Add helper for getting deviceSzymon Janc2014-10-101-83/+238
* android/handsfree: Pass device to phone state and indicators functionsSzymon Janc2014-10-101-83/+89
* android/handsfree: Pass device object to disconnect watchSzymon Janc2014-10-101-2/+4
* android/handsfree: Move clip into device structureSzymon Janc2014-10-101-12/+21
* android/handsfree: Pass device to SCO handling functionsSzymon Janc2014-10-101-45/+48
* android/handsfree: Pass device pointer to codec handling functionsSzymon Janc2014-10-101-15/+15
* android/handsfree: Pass device pointer when registering AT commandsSzymon Janc2014-10-101-37/+37
* android/handsfree: Pass device to connection handling functionsSzymon Janc2014-10-101-26/+30
* android/handsfree: Pass device as user data to AT handlersSzymon Janc2014-10-101-114/+150
* android/handsfree: Make init, cleanup and state functions static lessSzymon Janc2014-10-101-62/+60
* android/handsfree: Define proper type for device structureSzymon Janc2014-10-101-17/+19
* android/handsfree: Minor whitespace fixSzymon Janc2014-10-081-1/+0
* android/handsfree: Remove superfluous debug logSzymon Janc2014-10-071-2/+0
* android/handsfree: Fix missing error response to AT+BLDNSzymon Janc2014-09-181-0/+2
* android/handsfree: Fix alignmentAndrei Emeltchenko2014-08-221-25/+25
* android/ipc: Rename connect_sco to get_fdAndrei Emeltchenko2014-07-211-5/+5
* android: Fix using plain integer as NULL pointerLuiz Augusto von Dentz2014-07-031-9/+9
* android/handsfree: Fix Connect SCO commandLuiz Augusto von Dentz2014-05-141-29/+24
* android/handsfree: Add SCO Audio IPCAndrei Emeltchenko2014-05-131-0/+74
* android/handsfree: Fix always setting BT_VOICELuiz Augusto von Dentz2014-05-091-2/+3
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-6/+12
* android/handsfree: trivial: Correct comment styleAndrei Emeltchenko2014-04-171-2/+2
* android: Fix coding style in IPC handler tablesJohan Hedberg2014-04-011-21/+26
* android/handsfree: Check service class is not zeroAndrei Emeltchenko2014-03-271-2/+2
* android/handsfree: Fix not sending callheld updateSzymon Janc2014-03-251-0/+3
* android/handsfree: Update indicators if calls changed with waiting callSzymon Janc2014-03-251-1/+12
* android/handsfree: Track if incoming call is being rejectedSzymon Janc2014-03-251-0/+15
* android/handsfree: Send NO CARRIER if call was end due to carrier lossSzymon Janc2014-03-251-0/+7
* android/handsfree: Start codec selection if HF send AT+BAC while codec connec...Marcin Kraglak2014-03-211-0/+3
* android: Fix some random code style issuesSzymon Janc2014-03-201-44/+13
* android/handsfree: Fix not sending callheld=2 when single call was heldSzymon Janc2014-03-201-4/+2
* android/handsfree: Improve audio connection handlingSzymon Janc2014-03-201-7/+12
* android/handsfree: Add support for WBS modeSzymon Janc2014-03-191-14/+37
* android/handsfree: Fix connecting audio when call is active on connectSzymon Janc2014-03-171-4/+8
* android/handsfree: Fix not initializing call state to idleSzymon Janc2014-03-161-0/+2
* android/handsfree: Connect audio when Android framemework expects itMarcin Kraglak2014-03-151-1/+11
* android/handsfree: Add support for three-way callingSzymon Janc2014-03-151-39/+85
* android/handsfree: Fix not needed codec negotiationSzymon Janc2014-03-141-2/+3
* android/handsfree: Cleanup info and error messagesSzymon Janc2014-03-131-8/+11
* android/handsfree: Simplify condition in connect_audioSzymon Janc2014-03-131-5/+2
* android/handsfree: Fix some style issuesSzymon Janc2014-03-131-7/+7
* android/handsfree: Split members in device for better readabilitySzymon Janc2014-03-131-0/+5
* android/handsfree: Add handling of AT+BCS and AT+BCCMarcin Kraglak2014-03-131-3/+113
* android/handsfree: Move connect_sco() to more appropriate placeMarcin Kraglak2014-03-131-61/+61