- 1773dd8 Timer: Set data member before scheduling task by Hansong Zhang · 7 years ago
- 51a9bba Hearing Aid: use correct Data Length and MediaType by Stanley Tng · 7 years ago
- 36f0889 Merge "Hearing Aid: Clean up GATT on disconnect" by Treehugger Robot · 7 years ago
- 68e05e1 Merge "Rename functions related to BLE scan cache" by Treehugger Robot · 7 years ago
- b808e9b Rename functions related to BLE scan cache by Jakub Pawlowski · 7 years ago
- 1a40c96 Hearing Aid: Clean up GATT on disconnect by Hansong Zhang · 7 years ago
- 37b717c Add TEST_MAPPING to system/bt by Jack He · 7 years ago
- 71113b4 Merge "GATTC: Use hex for conn_id in log" by Treehugger Robot · 7 years ago
- 1de8ba5 Merge "HID: Free timer after removing device" by Treehugger Robot · 7 years ago
- 3e0c177 GATTC: Use hex for conn_id in log by Hansong Zhang · 7 years ago
- ec8743d HID: Free timer after removing device by Hemant Gupta · 7 years ago
- 96bcf14 Move Bluetooth to using C++17 by Ajay Panicker · 7 years ago
- 2e3fa05 Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 7 years ago
- 3dd799f Merge "Use maximum SSR timeout value when A2DP is streaming" by Treehugger Robot · 7 years ago
- 21cd29c Merge "Remove obsoleted Coverity-related comment" by Treehugger Robot · 7 years ago
- f012de4 Use maximum SSR timeout value when A2DP is streaming by Ugo Yu · 7 years ago
- f2b03b4 Add new hidden API to return SDP record's MapSupportedFeatures field. by Vasu Nori · 7 years ago
- 88b82ec Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
- 70be569 Remove obsoleted Coverity-related comment by Pavlin Radoslavov · 7 years ago
- af09b4e Merge changes I737a864e,Idc41b2a5 by Treehugger Robot · 7 years ago
- 85ea763 Timer: Don't run new task at old timepoint by Hansong Zhang · 7 years ago
- 029945f Merge "Send volume just once when starting the stream." by Treehugger Robot · 7 years ago
- 41e7951 Send volume just once when starting the stream. by Jakub Pawlowski · 7 years ago
- 68f9113 Timer: Separate code path for single and periodic by Hansong Zhang · 7 years ago
- 425bca9 Merge "Add net_test_avrcp to general-tests suite" by Treehugger Robot · 7 years ago
- b78d279 Fix clang-tidy performance warnings in system/bt. by Chih-Hung Hsieh · 7 years ago
- d464658 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
- ad6183c Merge "AVRCP Controller media session queue" by Joseph Pirozzo · 7 years ago
- ea9073e Add net_test_avrcp to general-tests suite by Dan Shi · 7 years ago
- 438b08c Add Timer as an alternative to osi alarm by Hansong Zhang · 7 years ago
- 58eac77 Merge "Add support for A2DP LDAC Sink function" by Treehugger Robot · 7 years ago
- 7314f08 Merge "Add extractBE to the Bluetooth Packets Iterators" by Ajay Panicker · 7 years ago
- f57c428 Add support for A2DP LDAC Sink function by Chisato Kenmochi · 7 years ago
- 7240fe9 Add a check whether an A2DP codec is supported before including it by Pavlin Radoslavov · 7 years ago
- 746da53 Add extractBE to the Bluetooth Packets Iterators by Ajay Panicker · 7 years ago
- 3ffd7b8 Merge "Fix spacing in hearing aid dumpsys" by Treehugger Robot · 7 years ago
- a81834c Disable absolute volume control for deepblue2 speaker by Pavlin Radoslavov · 7 years ago
- dc10902 Fix spacing in hearing aid dumpsys by Hansong Zhang · 7 years ago
- d530363 Allocate lcb when connection complete if can't find one by Chienyuan · 7 years ago
- 780e29c Implement A2DP source and AVRCP target binder servers by Bailey Forrest · 7 years ago
- 91de25f Merge "[bluetoothtb] Fix bug processing BT_PROPERTY_UUIDS" by Treehugger Robot · 7 years ago
- 30901b1 AVRCP Controller media session queue by Joseph Pirozzo · 7 years ago
- 224eff1 Fix out-of-bounds reading in btm_ble_vendor_capability_vsc_cmpl_cback by Yamei Du · 8 years ago
- 7f29cc5 Don't add items to a response if a previous item fails to be added by Ajay Panicker · 7 years ago
- 6002df2 Merge "Set the AVRCP Browsing MTU for a device after browse open" by Treehugger Robot · 7 years ago
- 950d9cc Set the AVRCP Browsing MTU for a device after browse open by Ajay Panicker · 7 years ago
- 96d16e3 Make thread names more meaningful by Jack He · 7 years ago
- f607f2d Common: Replace ExecutionBarrier with std::promise and std::future by Jack He · 7 years ago
- c788ad7 Run the wakelock JNI callbacks on the JNI thread by Pavlin Radoslavov · 7 years ago
- 0cdc006 Merge "Move metrics and time library to libbt-common" by Treehugger Robot · 7 years ago
- 959bc33 Move metrics and time library to libbt-common by Jack He · 7 years ago
- 7cedf6e Fix V535 CWE-691: inner/outer for loop sharing variables by Ruchi Kandoi · 7 years ago
- 26a73ae [bluetoothtb] Fix bug processing BT_PROPERTY_UUIDS by Bailey Forrest · 7 years ago
- 4e9717e Merge "L2CAP: Handle no idle timeout (0xFFFF)" by Treehugger Robot · 7 years ago
- fadc6b9 L2CAP: Handle no idle timeout (0xFFFF) by Nitin Shivpure · 7 years ago
- 54e8b72 Clear connection update pending flag when disconnected by Stanley Tng · 7 years ago
- 376b8cf Merge "A2DP-SINK: Use MessageLoopThread for decoding" by Treehugger Robot · 7 years ago
- 4de73da Merge "Fix "Disable Absolute Volume" Bluetooth developer option" by Ted Wang · 7 years ago
- baa8df4 Disable CFI verification for stack_rfcomm test that uses gtest+gmock by Jack He · 7 years ago
- 261ddb8 A2DP-SINK: Use MessageLoopThread for decoding by Jack He · 7 years ago
- 0267a33 Fix "Disable Absolute Volume" Bluetooth developer option by Ted · 7 years ago
- e42bc5b A2DP Offload: Fix Max AVDTP MTU for Offload by Sunny Kapdi · 7 years ago
- bb216d2 Merge "Implement A2DP sink and AVRCP controller binder server" by Treehugger Robot · 7 years ago
- 62aa15f Implement A2DP sink and AVRCP controller binder server by Bailey Forrest · 9 years ago
- e0fc575 Merge "Replace period_ms_t with uint64_t" by Treehugger Robot · 7 years ago
- d97e095 Replace period_ms_t with uint64_t by Jack He · 7 years ago
- 8a22745 Merge "HID: Remove device from database in error case" by Treehugger Robot · 7 years ago
- 156fefc Merge "Enable SNIFF mode for HFP" by Treehugger Robot · 7 years ago
- 8f19e11 Merge "Fix reliable write." by Treehugger Robot · 7 years ago
- 340eb06 Merge "HFP: Only active BT device can hung up call" by Treehugger Robot · 7 years ago
- ee0c0d8 Merge "Check startup_future before using it" by Treehugger Robot · 7 years ago
- 24f0bad Fix reliable write. by Qiyu Hu · 7 years ago
- 7835621 HID: Remove device from database in error case by Hemant Gupta · 8 years ago
- eeaef45 Enable SNIFF mode for HFP by Ugo Yu · 7 years ago
- 5057c3c HFP: Only active BT device can hung up call by minle.zuo · 7 years ago
- 9a8aac7 Check startup_future before using it by Bailey Forrest · 7 years ago
- dedbd07 Re-enable LE advertising after disconnect, on controllers not supporting advertising when connected by yunhanw · 7 years ago
- 0443337 Fix wrong UUID mask when doing BLE filter scan by Ugo Yu · 7 years ago
- 7832938 Merge "Get rid of meaningles GATT client error log" by Treehugger Robot · 7 years ago
- 53d66a4 Get rid of meaningles GATT client error log by Jakub Pawlowski · 7 years ago
- f257e0f Merge changes from topic "avrcp_controller_timer" by Joseph Pirozzo · 7 years ago
- 3976173 Reduce Media State change callbacks by Joseph Pirozzo · 7 years ago
- 9f8b130 Reorder static libs to appease ld.gold linker by Pirama Arumuga Nainar · 7 years ago
- c5232a8 AVRCP Controller metadata feature by Joseph Pirozzo · 7 years ago
- 187c808 Merge Android Pie into master by Xin Li · 7 years ago
- 265e82f Fix bad constructor usage in HearingDevice am: 897a734a47 by Jakub Pawlowski · 7 years ago
- 897a734 Fix bad constructor usage in HearingDevice by Jakub Pawlowski · 7 years ago
- 712a461 Build: Disable host_supported for cc_benchmark am: 58b49f8c5d by Jack He · 7 years ago
- 58b49f8 Build: Disable host_supported for cc_benchmark by Jack He · 7 years ago
- dd093c9 Use MessageLoopThread in A2DP source, JNI, BTA, HCI and module bring-up by Jack He · 7 years ago
- 73cb246 Add MessageLoopThread, ExecutionBarrier, and performance tests am: c27d25789b by Jack He · 7 years ago
- 6d11052 Use MessageLoopThread in A2DP source, JNI, BTA, HCI and module bring-up by Jack He · 7 years ago
- c27d257 Add MessageLoopThread, ExecutionBarrier, and performance tests by Jack He · 7 years ago
- c348d45 Merge "Add security handling for LE connection oriented channels" am: fc53a1fcba by Venkata Jagadeesh · 7 years ago
- fc53a1f Merge "Add security handling for LE connection oriented channels" by Treehugger Robot · 7 years ago
- 0391cb7 Fix for Bluetooth device name is resetting to default name after reboot by Aiswarya Cyriac · 7 years ago
- e84afd9 Add security handling for LE connection oriented channels by Venkata Jagadeesh · 9 years ago
- f589e45 Fix for Bluetooth device name is resetting to default name after reboot by Aiswarya Cyriac · 7 years ago
- f00f987 Merge "Set Browsed Player memory allocation" am: 0b610a13c2 by Joseph Pirozzo · 7 years ago
- 0b610a1 Merge "Set Browsed Player memory allocation" by Joseph Pirozzo · 7 years ago