1. 1f60d2d Fix x86_64 compilation on Ubuntu 14.04 by Jack He · 8 years ago
  2. 58d57a4 Remove some usages of UINT_TO_PTR macro by Ajay Panicker · 8 years ago
  3. a1e7e55 Constant Cleanup: Remove BT_TRACE_VERBOSE by Marie Janssen · 8 years ago
  4. a75087e Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 8 years ago
  5. 54ee0d8 Merge "Do not reject valid SBC codec parameters" by Andre Eisenbach · 8 years ago
  6. d374366 Do not reject valid SBC codec parameters by Andre Eisenbach · 8 years ago
  7. cc51b4f Add BUILD.gn for tinyxml by Jakub Pawlowski · 8 years ago
  8. 475f8e0 Revert "Bluetooth: Fix the issue that peer A2DP SNK device can not auto-reconnect." by Andre Eisenbach · 8 years ago
  9. 365fbfb Limit the use of AVRC_ADV_CTRL_INCLUDED define by Ajay Panicker · 8 years ago
  10. 135db4f Remove pointer to integer cast in btif_sock_l2cap to prevent crash on 64 bit systems by Ajay Panicker · 8 years ago
  11. 133f0b6 btif: Remove AVRC_CTRL_INCLUDED ifdefs by Marie Janssen · 8 years ago
  12. 919fac8 btif: Remove unused uinput interface code by Marie Janssen · 8 years ago
  13. f62708b Merge "Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU" by Treehugger Robot · 8 years ago
  14. 18738c3 Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU by liuchao · 8 years ago
  15. 7d1faf3 NULL-pointer access before check in BTM_SetBleDataLength by liuchao · 8 years ago
  16. ab10655 Merge "Copying of pointer with incorrect size" by Treehugger Robot · 8 years ago
  17. 395e30e Copying of pointer with incorrect size by Sanket Agarwal · 8 years ago
  18. a60c5fd Remove unused GATT_Listen by Jakub Pawlowski · 8 years ago
  19. 06325e3 Reenable advertising instance after an LE advertising state change by Jakub Pawlowski · 8 years ago
  20. 8c29b62 Remove useless NULL-pointer check code in l2cap_client_new by liuchao · 8 years ago
  21. 033d5a2 AVRCP: unify Get{Element,Item}Attributes response. by Marie Janssen · 8 years ago
  22. d0f7dd5 Merge "Fix how LE connection parameters are set after connecting" by Treehugger Robot · 8 years ago
  23. d964cf9 Unify advertising API (1/3) by Jakub Pawlowski · 8 years ago
  24. 7680a0b Always use big endian for keeping service UUID by Jakub Pawlowski · 8 years ago
  25. f9f9926 Fix how LE connection parameters are set after connecting by Jakub Pawlowski · 8 years ago
  26. edb5ecf Handling Authentication Failure From the lower layer by Matadeen Mishra · 9 years ago
  27. 681a396 Move callback to dispatch thread by Ajay Panicker · 8 years ago
  28. a638cc5 Fix incorrect check for empty out-of-band pairing data by Jakub Pawlowski · 8 years ago
  29. 8b33abf Merge "device: Fix multi-line comments" by Treehugger Robot · 8 years ago
  30. 7921e8f BLE OOB Pairing - parse address type (1/5) by Jakub Pawlowski · 8 years ago
  31. b535689 device: Fix multi-line comments by Myles Watson · 8 years ago
  32. 4451b3b device: Apply clang-format by Myles Watson · 8 years ago
  33. 1baaae3 bta: Fix comment formatting after clang-format by Myles Watson · 8 years ago
  34. cd1fd07 bta: Apply clang-format by Myles Watson · 8 years ago
  35. f355ef5 bta: Prepare include statements for clang-format by Myles Watson · 8 years ago
  36. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  37. c1e4239 include: Apply clang-format by Myles Watson · 8 years ago
  38. a88d1e3 include: Fix comment formatting by Myles Watson · 8 years ago
  39. 1ec6fff bta: Remove executable permissions from code by Myles Watson · 8 years ago
  40. dbf75f1 Revert "Replace pthread_mutex with std::mutex" by Pavlin Radoslavov · 8 years ago
  41. 9c72807 Merge "AVRCP: Passthrough code cleanup" by Treehugger Robot · 8 years ago
  42. ffd5121 AVRCP: Passthrough code cleanup by Marie Janssen · 8 years ago
  43. d5eb30d Mask out HFP 1.7 feature bits if peer version is <1.7 by Andre Eisenbach · 8 years ago
  44. bc40fb1 Use libaudioclient instead of libmedia by Marco Nelissen · 8 years ago
  45. 4b9e97d Merge "Enable AVRCP Volume commands in TG role" by Treehugger Robot · 8 years ago
  46. 50d1c49 Merge "Add missing brackets for "if" statement inside BTM_ConfirmReqReply()" by Treehugger Robot · 8 years ago
  47. 583b817 Restart sniff timer on AVDTP signalling channel establishment by Ayan Ghosh · 11 years ago
  48. eccb74f Merge "Replace pthread_mutex with std::mutex" by Treehugger Robot · 8 years ago
  49. 7703e94 Merge "Enable incoming connection for AVRCP Controller" by Treehugger Robot · 8 years ago
  50. 143d94b Merge "Handle L2CAP disconnection on incomplete connection" by Treehugger Robot · 8 years ago
  51. 4de6205 Enable AVRCP Volume commands in TG role by Arun Jagadish · 8 years ago
  52. 45f6847 Add missing brackets for "if" statement inside BTM_ConfirmReqReply() by Jack He · 8 years ago
  53. 1e2c84b Enable incoming connection for AVRCP Controller by Anubhav Gupta · 9 years ago
  54. f098d05 Move HDP reg_counter updates to BTIF thread by Matadeen Mishra · 9 years ago
  55. 2c7a241 Handle L2CAP disconnection on incomplete connection by Srinu Jella · 8 years ago
  56. 4b80182 Replace pthread_mutex with std::mutex by Marie Janssen · 8 years ago
  57. 1ee975f Add OWNERS file by Andre Eisenbach · 8 years ago
  58. 4e70834 Merge "Remove incorrect assert in btm_read_rssi_cb" by Treehugger Robot · 8 years ago
  59. a239d20 Use standard types instead of OI_INT* and OI_UINT* types by Jakub Pawlowski · 8 years ago
  60. 5825613 Merge "Replace DWORD with uint32_t" by Treehugger Robot · 8 years ago
  61. ce8e858 Remove incorrect assert in btm_read_rssi_cb by Andre Eisenbach · 8 years ago
  62. 28b20ff Replace DWORD with uint32_t by Jakub Pawlowski · 8 years ago
  63. b6ef101 Use rc_handle for reconciliation of timer callback by Sanket Agarwal · 8 years ago
  64. f436d2f Check A2DP source is not already shut{ting} down by Sanket Agarwal · 8 years ago
  65. feee26c A2DP codec related fixes and cleanup by Pavlin Radoslavov · 8 years ago
  66. 9203cb0 Merge "Remove unused BLE_PERIPHERAL_MODE_SUPPORT" by Jakub Pawlowski · 8 years ago
  67. c75a71d AG: CLCC response can contain non-ATD characters by Satish Kodishala · 8 years ago
  68. 3a2747f Remove unused BLE_PERIPHERAL_MODE_SUPPORT by Jakub Pawlowski · 8 years ago
  69. 3d20eb8 Merge "Move start advertise method to advertising interface (3/3)" by Jakub Pawlowski · 8 years ago
  70. f29df4f Merge "Assign pairing code to bta_dm_cb before device name resolution" by Treehugger Robot · 8 years ago
  71. a8d73ef Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 8 years ago
  72. 96b5560 Merge "Simplify BTA_GATTC_Listen" by Treehugger Robot · 8 years ago
  73. db76fa4 Assign pairing code to bta_dm_cb before device name resolution by Jack He · 8 years ago
  74. 5211827 AVRCP CT: Add get_play_status_cmd API by Sanket Agarwal · 8 years ago
  75. 4918648 Simplify BTA_GATTC_Listen by Jakub Pawlowski · 8 years ago
  76. bb7dad9 Merge "Make bta_gattc_listen only start listening" by Treehugger Robot · 8 years ago
  77. e68dc31 Make bta_gattc_listen only start listening by Jakub Pawlowski · 8 years ago
  78. 30c81fa Implement AVRCP SetAddressedPlayer Cmd by Sanket Agarwal · 8 years ago
  79. 2d97ffe Convert one remaining use of full protobuf runtime by Colin Cross · 8 years ago
  80. 6f9710e Merge "Fix AdvertiseDataParsing test" by Treehugger Robot · 8 years ago
  81. 8a81119 [AVRCP1.6 CT] Add reply status to get_folder_items_callback. by Sanket Agarwal · 8 years ago
  82. 0bd5b0a AVRCP_CTRL: Broadcast 1.6 with browsing support by AnubhavGupta · 8 years ago
  83. 42bff25 Merge "hci: Fix multi-line comments after clang-format" by Treehugger Robot · 8 years ago
  84. 975178d Merge "test: Add a README file" by Treehugger Robot · 8 years ago
  85. 2948313 hci: Fix multi-line comments after clang-format by Myles Watson · 8 years ago
  86. 5ff20a2 hci: Apply clang-format by Myles Watson · 8 years ago
  87. b209938 Fix AdvertiseDataParsing test by root · 8 years ago
  88. 9839794 bt address memory copy error in btif_av_state_opening_handler() by Ting Zheng · 8 years ago
  89. b7fa415 Remove position dependent lookup tables in AT command parser by Andre Eisenbach · 8 years ago
  90. 4584c3a Merge "Remove advertise whitelist functionality" by Jakub Pawlowski · 8 years ago
  91. 89e452b Merge "Exclude calls to android-specific code in generic build" by Jakub Pawlowski · 8 years ago
  92. 2e8c421 Remove advertise whitelist functionality by Jakub Pawlowski · 8 years ago
  93. f4f4a6e Merge "Enable AVRCP TG feature only when we can handle those commands" by Treehugger Robot · 8 years ago
  94. ed23062 Merge "Report FW configuration status to upper layer" by Treehugger Robot · 8 years ago
  95. 585b440 Merge "Separate LE scanner and GATT client BTIF interfaces (3/3)" by Treehugger Robot · 8 years ago
  96. 646b818 Merge "Separated initialize and re-initialize of DM control block" by Treehugger Robot · 8 years ago
  97. 4c7fefe Report FW configuration status to upper layer by Lakshmipathi K · 8 years ago
  98. b8d73a4 Enable AVRCP TG feature only when we can handle those commands by Anubhav Gupta · 9 years ago
  99. c3f6a51 Separate LE scanner and GATT client BTIF interfaces (3/3) by Jakub Pawlowski · 8 years ago
  100. 9e6f5ad Improve HOGP input report error handling by Lawrance Liu · 8 years ago