summaryrefslogtreecommitdiffstats
path: root/udrv
Commit message (Collapse)AuthorAgeFilesLines
* Initual Bluetooth open source releaseAndre Eisenbach2012-09-183-61/+44
| | | | | | | | First release under Apache source license with updated header files and whitespace cleanups. Also fixed file permission to remove executable bit from source files. Change-Id: I7155903edfc2f491c1cbbd0db108f207852caaa0
* Use new storage APIs for NV itemsSen-Der Huang2012-09-122-1319/+0
| | | | Change-Id: I22120a69273e5cd2b484009421f31df97d59b410
* configure avdtp signalling timeout to default value (4 secs)Mattias Agren2012-07-252-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-141-3/+3
| | | | | | | | | | | | | | | | | 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
* Fixed the BTIF_HL to exit the select thread and close the signal FDs when ↵Syed Ibrahim M2012-07-141-0/+5
| | | | | | | cleanup() is called. This stops the signal FDs to be leaked for every BT on/off cycle Closed the open FDs in univ_linux.c to stop FD leaks during BT on/off cycles Change-Id: I86af438dc1186e12aa1f18fd44bcc89343ef5489
* Added reconnect and NV support; bug fixes: service mask setting for HDP ↵Sen-Der Huang2012-07-142-17/+308
| | | | | | | | | | | | | | | | 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
* Resolved uipc task termination issue during bluetooth on/off cycle.Mattias Agren2012-07-141-12/+26
| | | | | | Cleanup. Change-Id: Iccaa9c36289108d8fc8a2ce7349cef6c6639b2a9
* Ensure UIPC task is fully shutdown upon termination of btif media task.Mattias Agren2012-07-141-12/+33
| | | | Change-Id: Ie924cd324c85ca2037e94402a145a4eeeed62511
* Always check if reconfig is needed prior to starting anMattias Agren2012-07-141-0/+0
| | | | | | | | avdtp stream. Added autoadjusting bitpool if sink requests a particular range within our exported capability. Cleanup & fixing file permissions. Change-Id: Ib5638706d4baef072c79a70ce1497140c3357a0d
* HID-HOST:Fixed MAX_LINE_LENGTHPriti Aghera2012-07-141-1/+1
| | | | | | Patch to i) store/load/remove hid descriptors for bonded hid devices to the nvram ii)support set report Change-Id: I47fae85b0f26ec2c4e577550545dc9761a4d1bda
* AV rate correction for inaccurate GKI timersHarish Paryani2012-07-141-3/+3
| | | | Change-Id: I70bf6e759e46a49ac2ad31d024d8ac96bb76571e
* Added new control and data path interface between audioflinger a2dp HALMattias Agren2012-07-144-262/+872
| | | | | | | and stack. Added support for suspend and a dedicated HAL callback notifying framework on audiopath events. Cleanup. Change-Id: I3b738611bc8e1d84794f7207413fd9e7dd1fc668
* AV control and data path addedKausik Sinnaswamy2012-07-142-0/+421
| | | | Change-Id: I88ec6084c140fa257154a98e23e075900e84cc8c
* Initial Bluedroid stack commitAndre Eisenbach2012-07-143-0/+1059