summaryrefslogtreecommitdiffstats
path: root/btif/include
Commit message (Collapse)AuthorAgeFilesLines
* Turn on NUMLOCK states for HID KBs without NUMLOCKSyed Ibrahim M2012-08-291-0/+5
| | | | | | | Set NUMLOCK state for HID keyboards without NUMLOCK key to be ON so that the numeric keypad can be used. Change-Id: Ib9811d55cc62ba380c0418f0ac9ff3827b9a3c8a
* Log DM eventsRavi Nagarajan2012-08-281-0/+1
| | | | | | Add strings for DM event Change-Id: I800780c181dd51cbf9bb037690ad167a5f8bf363
* Added new storage code and bluez configuration migration supportzzy2012-08-274-1/+179
| | | | | | | | | | Filter out hid device from bluez migration. Change-Id: I8b5eb29f37ca37e97b728f69063266a1b0a61eb8 Conflicts: main/Android.mk
* Enhanced bluetooth HAL with DUT mode APIsKausik Sinnaswamy2012-08-132-1/+23
| | | | | | | These APIs are needed to allow the bluetooth chip to be put into DUT mode so that RF/BB BQB tests can be run Change-Id: Ie5be00da567bc94173f35b098abcaf6f6603a129
* configure avdtp signalling timeout to default value (4 secs)Mattias Agren2012-07-254-0/+0
| | | | | | | | | | | also added mutex protection for any a2dp control path signalling to ensure only one outstanding request at a time Change-Id: I06d95793a8632f6a8baec967a1d8440ecce8a65d Conflicts: audio_a2dp_hw/audio_a2dp_hw.c
* replace logx with alogxMatthew Xie2012-07-142-4/+4
| | | | | | | | | | | | | | | | | Conflicts: btif/src/btif_core.c btif/src/btif_dm.c btif/src/btif_hh.c btif/src/btif_sock.c gki/ulinux/gki_ulinux.c hci/include/bt_hci_bdroid.h hci/src/bt_hci_bdroid.c hci/src/btsnoop.c hci/src/hci_h4.c hci/src/userial.c vendor/libvendor/src/hardware.c vendor/libvendor/src/upio.c
* Send SCO_AUDIO_CONNECTING on connect_audioKausik Sinnaswamy2012-07-141-0/+3
| | | | | | | | This translates to AUDIO_STATE_CHANGED intent with state STATE_AUDIO_CONNECTING which is needed for AudioService/AudioManager to suspend music Change-Id: I1293c105aaf1486f046620d5778c680908aad362
* resubmit code-cleanup changes lost in gerrit mergeSrikanth Uppala2012-07-141-2/+1
| | | | Change-Id: Iebc520d9b10ef220a83a16ff55efa46b4c5a0d27
* Send PAN disconnecting event on local side disconnect initiationKausik Sinnaswamy2012-07-141-1/+5
| | | | | | | When the local side initiates disconnection, bluedroid should send diconnecting event, otherwise the instrumentation tests do not pass. Change-Id: Ic21a905407814c2117c04044c2799ea17a16d33b
* When Bluetooth disable is initiated, terminate pending bonding setup, and ↵Ravi Nagarajan2012-07-141-0/+3
| | | | | | reset control blocks on startup/init Change-Id: Iddc37e60ddb712de4af39a25f3c2e5bc7b11410d
* Ensure we ack back suspend request if we are not ready for itMattias Agren2012-07-141-3/+3
| | | | | | | Block audioflinger/a2dp hal from trying to restart stream while we are remotely suspended. Change-Id: I17577306f1be248857a8484a22a8a14cb956ec19
* Fix for BLTH01456966 : Clear stack's connection queue when the BT is disabledGanesh Ganapathi Batta2012-07-141-0/+2
| | | | Change-Id: I075e5f95d354d81925b9dbfd06ae89efa8bf6eb3
* disable pan nap for wingray and misc fixeszzy2012-07-141-1/+1
|
* AV/HFP profile connection serializationAndre Eisenbach2012-07-141-0/+65
| | | | Change-Id: Id70d24986badf09b31fd171e130936dd01ed7987
* Added OOB testSen-Der Huang2012-07-142-0/+10
| | | | Change-Id: I7a494866eec45724e03a145394e032eb0930fceb
* Implementation of auto pair logic (Automatically pair with legacy headsets ↵Ganesh Ganapathi Batta2012-07-141-1/+61
| | | | | | and pointing devices with fixed pin key .0000.) in BT IF layer. Change-Id: Iac4a141669f9a3766a72da09886c58cac67eae86
* Added reconnect and NV support; bug fixes: service mask setting for HDP ↵Sen-Der Huang2012-07-142-28/+163
| | | | | | | | | | | | | | | | during discovery and TX/RX ADPU size for echo test Change-Id: Ic44fe0a852036c3e973b79f4ef6362a59c76a1c0 bta/dm/bta_dm_api.c btif/co/bta_hl_co.c btif/include/btif_hl.h btif/include/btif_storage.h btif/src/btif_hl.c btif/src/btif_storage.c stack/sdp/sdp_api.c udrv/include/unv.h udrv/ulinux/unv_linux.c
* Reverted PAN on/off handling code.fredc2012-07-141-0/+2
| | | | Change-Id: I5a0924e972665584e091a87c2a7e5c3c479e8e64
* Resolved uipc task termination issue during bluetooth on/off cycle.Mattias Agren2012-07-141-0/+0
| | | | | | Cleanup. Change-Id: Iccaa9c36289108d8fc8a2ce7349cef6c6639b2a9
* Fixed Bluetooth on/off issuesfredc2012-07-141-2/+0
| | | | Change-Id: Ibd43c39a2066127458374a3b7533bab12fa20e46
* Support for Microsoft mousePriti Aghera2012-07-141-3/+4
| | | | Change-Id: I7258dc95a33c97d156c3afbb96aa34a13f21e703
* Ensure UIPC task is fully shutdown upon termination of btif media task.Mattias Agren2012-07-142-0/+0
| | | | Change-Id: Ie924cd324c85ca2037e94402a145a4eeeed62511
* Added support to init/shutdown Bluetooth as part ofKausik Sinnaswamy2012-07-141-0/+18
| | | | | | | the HAL init/cleanup. This allows Java/JNI to query BD_ADDR and BD_NAME prior to HAL BT_enable. Change-Id: Ic56d859d75d6adaa134d42bb31da4f2c45e349d9
* Always check if reconfig is needed prior to starting anMattias Agren2012-07-146-0/+16
| | | | | | | | avdtp stream. Added autoadjusting bitpool if sink requests a particular range within our exported capability. Cleanup & fixing file permissions. Change-Id: Ib5638706d4baef072c79a70ce1497140c3357a0d
* added bt pan profilezzy2012-07-142-0/+193
|
* Added handling of AV HAL init if bluetooth not yet enabledMattias Agren2012-07-142-0/+12
| | | | Change-Id: I19aa744676a98556b5c776c8dee73f91e0c01ff4
* HID-HOST:Fixed MAX_LINE_LENGTHPriti Aghera2012-07-142-0/+4
| | | | | | Patch to i) store/load/remove hid descriptors for bonded hid devices to the nvram ii)support set report Change-Id: I47fae85b0f26ec2c4e577550545dc9761a4d1bda
* Added API support to start SDP and get device remote servicesfredc2012-07-141-0/+12
| | | | Change-Id: Ic494dfac9e634eef47d7fc08a471ec41701ba6dc
* added code to cleanup sockets and workaround when bluetooth process does not ↵zzy2012-07-141-1/+2
| | | | exit when bt off
* Check in for - new rfc multi accept codeHarish Paryani2012-07-145-0/+354
| | | | Change-Id: I66794a8821481c58e045bb8acd8b7b758900d3e9
* Check-in Mouse pairing fixes.Harish Paryani2012-07-142-5/+34
| | | | Change-Id: I55d018d204a2fd20a934e1521457119fa118ceb6
* AV rate correction for inaccurate GKI timersHarish Paryani2012-07-141-1/+0
| | | | Change-Id: I70bf6e759e46a49ac2ad31d024d8ac96bb76571e
* added new btif_hl (HDP profile) moduleSen-Der Huang2012-07-141-0/+334
| | | | Change-Id: Ie9b2b926c67f0b1b57b70d626050ec41d628b509
* HID-Host:Fixed white space issue and power management issuePriti Aghera2012-07-143-1/+127
| | | | | | | Included more code to support mouse connectiona and reconnection Signed-off-by: Priti Aghera <paghera@broadcom.com> Change-Id: I1e20997e85eda5919f20a069131e580bcbb0ca63
* Added new control and data path interface between audioflinger a2dp HALMattias Agren2012-07-149-324/+499
| | | | | | | and stack. Added support for suspend and a dedicated HAL callback notifying framework on audiopath events. Cleanup. Change-Id: I3b738611bc8e1d84794f7207413fd9e7dd1fc668
* Added support to handle AVRCP 1.0 and incoming A2DP connectionsKausik Sinnaswamy2012-07-141-0/+611
| | | | Change-Id: I7863920895aa9fd77eccee4083319701bcbf4300
* AV control and data path addedKausik Sinnaswamy2012-07-145-0/+853
| | | | Change-Id: I88ec6084c140fa257154a98e23e075900e84cc8c
* Disconnect before UnpairHarish Paryani2012-07-141-1/+0
| | | | Change-Id: Ib28372748df21d36d371d308975758f60df7aa28
* Dynamic enable/disable profiles using the profile's init/cleanup APIsKausik Sinnaswamy2012-07-141-0/+5
| | | | Change-Id: I40ed55ada7aad0cc0e017cae16049472ef318542
* Merged the Passkey request callback and the passkey reply APIs into the SSP ↵Kausik Sinnaswamy2012-07-141-2/+3
| | | | | | API and callback respectively Change-Id: I356e2bea421377e68b8702404a989634f2445efa
* Initial Bluedroid stack commitAndre Eisenbach2012-07-145-0/+911