1. 0674a23 Hearing Aid BTA interface by Jakub Pawlowski · 7 years ago
  2. 56363e8 Get rid of BTA_HOST_INTERLEAVE_SEARCH by Jakub Pawlowski · 7 years ago
  3. 541862c Call BTA_GATTS_AddService on correct thread by Jakub Pawlowski · 7 years ago
  4. 3538b64 BTA_JvL2capConnect simplification by Jakub Pawlowski · 7 years ago
  5. e5e2dd5 Simplify btSock_start_l2cap_server_l by Jakub Pawlowski · 7 years ago
  6. d752229 Add support for Multi-A2DP state machines per device by Pavlin Radoslavov · 7 years ago
  7. 1eda292 Don't pack and align GATT structs by Zach Johnson · 7 years ago
  8. ca7d6f5 HFP: Add support for Multi-HFP (2/2) by Jack He · 7 years ago
  9. 154be11 Use do_in_bta_thread in BTA DM layer by Jakub Pawlowski · 7 years ago
  10. 8b699d1 HFP: Use base::Bind instead of messages for bta_ag_api functions by Jack He · 7 years ago
  11. 8451931 One less copy when sending LE CoC data. by Jakub Pawlowski · 7 years ago
  12. c474342 Make BTA_JvL2capWrite take ownership of the data buffer by Jakub Pawlowski · 7 years ago
  13. 3f10b14 HFP: Remove AG RFCOMM data pass through mode by Jack He · 7 years ago
  14. c4829e8 HFP: Remove redundant AG data callout code by Jack He · 7 years ago
  15. 9761185 HFP: Add APIs for set and get active device (3/3) by Jack He · 7 years ago
  16. a32cfc9 Revert "Use vector instead of raw pointer in l2cap socket write handling" by Jakub Pawlowski · 7 years ago
  17. 4da2ff5 Use vector instead of raw pointer in l2cap socket write handling by Jakub Pawlowski · 7 years ago
  18. 0edfa5f Temporarily remove broken SCO-over-HCI implementation by Hansong Zhang · 7 years ago
  19. 6545d3f HFP: Fix static check errors by Jack He · 7 years ago
  20. ca42b5f Fix callback type mismatches in Bluetooth by Vishwath Mohan · 7 years ago
  21. 6918d40 GATT cache memory corruption fix by Jakub Pawlowski · 7 years ago
  22. 80c1e1c BTA GATT operation queue by Jakub Pawlowski · 7 years ago
  23. 424f2cc HFP: notify HF about call status forcibly by Albin Joy · 7 years ago
  24. e7510d9 Remove unnecessery re-defininitions of BTA_AV constants by Pavlin Radoslavov · 7 years ago
  25. 4929fa2 Merge changes I7a3e9ee7,I29702219 by Jakub Pawlowski · 7 years ago
  26. 2e3c3d7 Fix Bluetooth crash when pairing with 8th HOGP device by Ruina Liu · 7 years ago
  27. 8ba5432 Assert on null callback in BTA_JvL2capConnect and BTA_JvL2capConnectLE by Jakub Pawlowski · 7 years ago
  28. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  29. 8a0f7ad GATT discovery refactor by Jakub Pawlowski · 7 years ago
  30. fa90748 Use vector instead of list for keeping GATT database content by Jakub Pawlowski · 7 years ago
  31. 8e16fd4 Clarify naming for characteristic value handle by Jakub Pawlowski · 7 years ago
  32. d9ca410 Use std::list in GATT related code by Jakub Pawlowski · 7 years ago
  33. 50ba903 Remove unnecesary BTA redefinitions for GATT part 4 by Jakub Pawlowski · 7 years ago
  34. ee9a11f Remove unnecesary BTA redefinitions for GATT part 3 by Jakub Pawlowski · 7 years ago
  35. e9ef00c Remove unnecesary BTA redefinitions for GATT part 2 by Jakub Pawlowski · 7 years ago
  36. ab7a368 Remove unnecesary BTA redefinitions for GATT part 1 by Jakub Pawlowski · 7 years ago
  37. 819e2ec Use one type for UUID (1/5) by Jakub Pawlowski · 7 years ago
  38. a484a88 Rename bt_bdaddr_t into RawAddress (3/3) by Jakub Pawlowski · 7 years ago
  39. b8a477e Get rid of BD_ADDR by Jakub Pawlowski · 7 years ago
  40. 78b81c6 Get rid of bdcpy, bdcmp and other BD_ADDR helpers by Jakub Pawlowski · 7 years ago
  41. 98b1b94 Replace BD_ADDR with bt_addr_t in MCE related code by Jakub Pawlowski · 7 years ago
  42. 135b7f6 Replace BD_ADDR with bt_bdaddr_t in SDP and A2DP related code by Jakub Pawlowski · 7 years ago
  43. 744eeca Replace BD_ADDR with bt_bdaddr_t in hf client related code by Jakub Pawlowski · 7 years ago
  44. a09c348 Replace BD_ADDR with bt_bdaddr_t in JV related code by Jakub Pawlowski · 7 years ago
  45. a83ac12 use bt_bdaddr_t instead of BD_ADDR in PAN related code by Jakub Pawlowski · 7 years ago
  46. 50cf52c Replace BD_ADDR with bt_bdaddr_t in HL related code by Jakub Pawlowski · 7 years ago
  47. 903c166 Use bt_bdaddr_t instead of BD_ADDR in AVDT related code by Jakub Pawlowski · 7 years ago
  48. 011a619 Use bt_bdaddr_t instead of BD_ADDR in HID related code by Jakub Pawlowski · 7 years ago
  49. c2276b0 Use bt_bdaddr_t instead of BD_ADDR by Jakub Pawlowski · 7 years ago
  50. acdc11c Allow blocking AG SCO connects by policy by Zach Johnson · 8 years ago
  51. d7ee6f2 Get rid of BTA_GATTC_API_REFRESH_EVT by Jakub Pawlowski · 7 years ago
  52. 47474c3 Fix order of parameters to BTA_GATTC_Open by Jakub Pawlowski · 7 years ago
  53. 16bb48b Fix GATT Server disconnecting for no reason by Jakub Pawlowski · 7 years ago
  54. 45aebe7 Discover primary service by UUID for PTS tests (1/4) by Jakub Pawlowski · 7 years ago
  55. 400ac49 eSCO: Additional fix to get eSCO working for HFP and HSP (3/5) by Jack He · 8 years ago
  56. 3e634d6 eSCO: Remove BTM_WBS_INCLUDED from the stack (2/5) by Myles Watson · 8 years ago
  57. 57f6508 eSCO: BT 4.1 Enhanced SCO command (1/5) by Mudumba Ananth · 8 years ago
  58. 7dd34f5 Read by UUID for PTS tests (4/5) by Jakub Pawlowski · 8 years ago
  59. 96fb273 Add option to specify initial LE connection PHY (1/3) by Jakub Pawlowski · 8 years ago
  60. b5ba4fd Expose connection update callback (1/3) by Jakub Pawlowski · 8 years ago
  61. eafd45d Set preferred PHY and read PHY implementation (3/3) by Jakub Pawlowski · 8 years ago
  62. be6d6ce Reduce sniff intervals for active mode. by Ivan Podogov · 8 years ago
  63. f11e42b Revert "HID: Fix scroll issue with Apple Magic Mouse" by Ajay Panicker · 8 years ago
  64. bdd2f50 Clean up some more #defines by Myles Watson · 8 years ago
  65. 3e22011 HID: Fix scroll issue with Apple Magic Mouse by Hemant Gupta · 8 years ago
  66. 31d373b Update the A2DP MTU if the L2CAP MTU changes during codec reconfiguration by Pavlin Radoslavov · 8 years ago
  67. f7100bb Change LE advertisement data length type (uint8_t -> uint16_t) by Jakub Pawlowski · 8 years ago
  68. 0595ca0 Advertising data handling improvements by Jakub Pawlowski · 8 years ago
  69. 7de0f9b Propagate BT5 specific scan result properties up the stack (2/3) by Jakub Pawlowski · 8 years ago
  70. d64bf4f Use new event type in BLE scan by Jakub Pawlowski · 8 years ago
  71. 35ae4ad Merge "Add "connecting" and "disconnecting" states to HID Device." by Treehugger Robot · 8 years ago
  72. eab3651 Batch scan simplification by Jakub Pawlowski · 8 years ago
  73. ad6afdf Get rid of BTA_DmBleCfgFilterCondition by Jakub Pawlowski · 8 years ago
  74. ae2aabe Simplify LE scan filter memory management by Jakub Pawlowski · 8 years ago
  75. 1febda9 Use callbacks for LE filter functions (BTM layer) by Jakub Pawlowski · 8 years ago
  76. 844daca Add "connecting" and "disconnecting" states to HID Device. by Ivan Podogov · 8 years ago
  77. 7bd36a3 Merge "Allow HID Device to connect to a specific device" by Treehugger Robot · 8 years ago
  78. 5ce0116 Add a mechanism for configuring the A2DP Source codecs by Pavlin Radoslavov · 8 years ago
  79. 456e200 Allow HID Device to connect to a specific device by Ivan Podogov · 8 years ago
  80. e396065 LE scanner BTA layer simplification by Jakub Pawlowski · 8 years ago
  81. 8843cc8 HIDD: Add support for HID Device Role by Hemant Gupta · 11 years ago
  82. 808650d Modernize BLE Scanner implementation (2/3) by Jakub Pawlowski · 8 years ago
  83. 7098432 BLE scan filter setup simplification (2/3) by Jakub Pawlowski · 8 years ago
  84. 6664b2c Incoming HF connection: CB interaction between BTA <-> BTIF by Sanket Agarwal · 8 years ago
  85. 221e9bf BTA Application registration refactor by Jakub Pawlowski · 8 years ago
  86. a57ce82 Remove unused function definitions by Ajay Panicker · 8 years ago
  87. 83211b0 Get rid of selective connection procedure by Jakub Pawlowski · 8 years ago
  88. ad1e23d Remove extern "C" from header files by Jack He · 8 years ago
  89. 8ab5e4d Remove additional usages of UINT_TO_PTR by Ajay Panicker · 8 years ago
  90. 5eccd90 Implement multiple control blocks for HF Client in BTA/BTIF by Sanket Agarwal · 8 years ago
  91. bdcfc04 BTA HF Client should use dynamic control block by Sanket Agarwal · 8 years ago
  92. 3f31d8c Properly align some packed data structures. by Stephen Hines · 8 years ago
  93. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  94. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  95. cd02ce9 A2DP Codec related cleanup by Pavlin Radoslavov · 8 years ago
  96. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  97. 531fe1a Remove more usages of UINT_TO_PTR macro by Ajay Panicker · 8 years ago
  98. 9979121 Remove BTA_GATT_INCLUDED by Myles Watson · 8 years ago
  99. 2e8e9f4 Remove SMP_INCLUDED define by Myles Watson · 8 years ago
  100. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago