1. 824963f Fix formatting after removing defines by Myles Watson · 9 years ago
  2. 0a2959e Remove BTA_GATT_INCLUDED by Myles Watson · 9 years ago
  3. 70556f3 Remove SMP_INCLUDED define by Myles Watson · 9 years ago
  4. dc5e0f7 Remove BLE_INCLUDED define by Myles Watson · 9 years ago
  5. 19f5984 Merge "Audio pops due to queue not flushed when focus taken off" by Sanket Agarwal · 9 years ago
  6. 5fbc78f Merge "Report proper advertiser status on registration error" by Treehugger Robot · 9 years ago
  7. a7da97f btif: DRY up command functions by Marie Janssen · 9 years ago
  8. c6471fd Audio pops due to queue not flushed when focus taken off by Sanket Agarwal · 9 years ago
  9. b938d72 Report proper advertiser status on registration error by Jakub Pawlowski · 9 years ago
  10. 85defca Remove some usages of UINT_TO_PTR macro by Ajay Panicker · 9 years ago
  11. 6eb3bfb Constant Cleanup: Remove BT_TRACE_VERBOSE by Marie Janssen · 9 years ago
  12. fdb8af1 Move startAdvertising() logic into native code (2/3) by Jakub Pawlowski · 9 years ago
  13. 03bd963 Merge "Do not reject valid SBC codec parameters" by Andre Eisenbach · 9 years ago
  14. 5246236 Do not reject valid SBC codec parameters by Andre Eisenbach · 9 years ago
  15. e18bf10 Add BUILD.gn for tinyxml by Jakub Pawlowski · 9 years ago
  16. ecefb40 Revert "Bluetooth: Fix the issue that peer A2DP SNK device can not auto-reconnect." by Andre Eisenbach · 9 years ago
  17. dbdeb31 Limit the use of AVRC_ADV_CTRL_INCLUDED define by Ajay Panicker · 9 years ago
  18. 5ac5dce Remove pointer to integer cast in btif_sock_l2cap to prevent crash on 64 bit systems by Ajay Panicker · 9 years ago
  19. 136d320 btif: Remove AVRC_CTRL_INCLUDED ifdefs by Marie Janssen · 9 years ago
  20. f8fd704 btif: Remove unused uinput interface code by Marie Janssen · 9 years ago
  21. c085e4d Merge "Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU" by Treehugger Robot · 9 years ago
  22. caea373 Fix a NULL-pointer check order reverse in GATTC_ConfigureMTU by liuchao · 9 years ago
  23. 540bd3e NULL-pointer access before check in BTM_SetBleDataLength by liuchao · 9 years ago
  24. c5eb43b Merge "Copying of pointer with incorrect size" by Treehugger Robot · 9 years ago
  25. 3f02c74 Copying of pointer with incorrect size by Sanket Agarwal · 9 years ago
  26. 4db1c0a Remove unused GATT_Listen by Jakub Pawlowski · 9 years ago
  27. 3ac60b2 Reenable advertising instance after an LE advertising state change by Jakub Pawlowski · 9 years ago
  28. 4967207 Remove useless NULL-pointer check code in l2cap_client_new by liuchao · 9 years ago
  29. c3ebb7c AVRCP: unify Get{Element,Item}Attributes response. by Marie Janssen · 9 years ago
  30. 946e591 Merge "Fix how LE connection parameters are set after connecting" by Treehugger Robot · 9 years ago
  31. ecdea71 Unify advertising API (1/3) by Jakub Pawlowski · 9 years ago
  32. 95caef4 Always use big endian for keeping service UUID by Jakub Pawlowski · 9 years ago
  33. 5016fae Fix how LE connection parameters are set after connecting by Jakub Pawlowski · 9 years ago
  34. f9dbfb6 Handling Authentication Failure From the lower layer by Matadeen Mishra · 10 years ago
  35. 828ff86 Move callback to dispatch thread by Ajay Panicker · 9 years ago
  36. 769318b Fix incorrect check for empty out-of-band pairing data by Jakub Pawlowski · 9 years ago
  37. c5f4189 Merge "device: Fix multi-line comments" by Treehugger Robot · 9 years ago
  38. ecc2ea9 BLE OOB Pairing - parse address type (1/5) by Jakub Pawlowski · 9 years ago
  39. 641780f device: Fix multi-line comments by Myles Watson · 9 years ago
  40. f5491b8 device: Apply clang-format by Myles Watson · 9 years ago
  41. 9983393 bta: Fix comment formatting after clang-format by Myles Watson · 9 years ago
  42. 8dfd1ea bta: Apply clang-format by Myles Watson · 9 years ago
  43. fb325e4 bta: Prepare include statements for clang-format by Myles Watson · 9 years ago
  44. 2585f88 bta: Remove double asterisks in comments by Myles Watson · 9 years ago
  45. 1ce23e5 include: Apply clang-format by Myles Watson · 9 years ago
  46. cf1277c include: Fix comment formatting by Myles Watson · 9 years ago
  47. 6b30ed0 bta: Remove executable permissions from code by Myles Watson · 9 years ago
  48. 9e24777 Revert "Replace pthread_mutex with std::mutex" by Pavlin Radoslavov · 9 years ago
  49. 66485b4 Merge "AVRCP: Passthrough code cleanup" by Treehugger Robot · 9 years ago
  50. 8c745ac AVRCP: Passthrough code cleanup by Marie Janssen · 9 years ago
  51. 3c410f6 Mask out HFP 1.7 feature bits if peer version is <1.7 by Andre Eisenbach · 9 years ago
  52. 128db63 Use libaudioclient instead of libmedia by Marco Nelissen · 9 years ago
  53. d683bc3 Merge "Enable AVRCP Volume commands in TG role" by Treehugger Robot · 9 years ago
  54. b150e60 Merge "Add missing brackets for "if" statement inside BTM_ConfirmReqReply()" by Treehugger Robot · 9 years ago
  55. 1e0a61f Restart sniff timer on AVDTP signalling channel establishment by Ayan Ghosh · 12 years ago
  56. a7f7576 Merge "Replace pthread_mutex with std::mutex" by Treehugger Robot · 9 years ago
  57. dbddd21 Merge "Enable incoming connection for AVRCP Controller" by Treehugger Robot · 9 years ago
  58. 3b70691 Merge "Handle L2CAP disconnection on incomplete connection" by Treehugger Robot · 9 years ago
  59. 01dd61f Enable AVRCP Volume commands in TG role by Arun Jagadish · 9 years ago
  60. 87eae3e Add missing brackets for "if" statement inside BTM_ConfirmReqReply() by Jack He · 9 years ago
  61. 5908ab8 Enable incoming connection for AVRCP Controller by Anubhav Gupta · 10 years ago
  62. 2d8818c Move HDP reg_counter updates to BTIF thread by Matadeen Mishra · 10 years ago
  63. 1dac351 Handle L2CAP disconnection on incomplete connection by Srinu Jella · 9 years ago
  64. ec7a3f8 Replace pthread_mutex with std::mutex by Marie Janssen · 9 years ago
  65. c510802 Add OWNERS file by Andre Eisenbach · 9 years ago
  66. 969cb31 Merge "Remove incorrect assert in btm_read_rssi_cb" by Treehugger Robot · 9 years ago
  67. 0ee577c Use standard types instead of OI_INT* and OI_UINT* types by Jakub Pawlowski · 9 years ago
  68. 2a5614d Merge "Replace DWORD with uint32_t" by Treehugger Robot · 9 years ago
  69. 8f7882f Remove incorrect assert in btm_read_rssi_cb by Andre Eisenbach · 9 years ago
  70. 64da17a Replace DWORD with uint32_t by Jakub Pawlowski · 9 years ago
  71. 63c67ad Use rc_handle for reconciliation of timer callback by Sanket Agarwal · 9 years ago
  72. c9df523 Check A2DP source is not already shut{ting} down by Sanket Agarwal · 9 years ago
  73. 9a81a26 A2DP codec related fixes and cleanup by Pavlin Radoslavov · 9 years ago
  74. fc16300 Merge "Remove unused BLE_PERIPHERAL_MODE_SUPPORT" by Jakub Pawlowski · 9 years ago
  75. e07b3281 AG: CLCC response can contain non-ATD characters by Satish Kodishala · 9 years ago
  76. a50c6b4 Remove unused BLE_PERIPHERAL_MODE_SUPPORT by Jakub Pawlowski · 9 years ago
  77. d4265dd Merge "Move start advertise method to advertising interface (3/3)" by Jakub Pawlowski · 9 years ago
  78. 9144b64 Merge "Assign pairing code to bta_dm_cb before device name resolution" by Treehugger Robot · 9 years ago
  79. de8a916 Move start advertise method to advertising interface (3/3) by Jakub Pawlowski · 9 years ago
  80. bb2ed40 Merge "Simplify BTA_GATTC_Listen" by Treehugger Robot · 9 years ago
  81. 23790f9 Assign pairing code to bta_dm_cb before device name resolution by Jack He · 9 years ago
  82. 8adf930 AVRCP CT: Add get_play_status_cmd API by Sanket Agarwal · 9 years ago
  83. fcea15e Simplify BTA_GATTC_Listen by Jakub Pawlowski · 9 years ago
  84. eabb8ff Merge "Make bta_gattc_listen only start listening" by Treehugger Robot · 9 years ago
  85. a520287 Make bta_gattc_listen only start listening by Jakub Pawlowski · 9 years ago
  86. c8dc9bd Implement AVRCP SetAddressedPlayer Cmd by Sanket Agarwal · 9 years ago
  87. db92b43 Convert one remaining use of full protobuf runtime by Colin Cross · 9 years ago
  88. 664705c Merge "Fix AdvertiseDataParsing test" by Treehugger Robot · 9 years ago
  89. 3349cac [AVRCP1.6 CT] Add reply status to get_folder_items_callback. by Sanket Agarwal · 9 years ago
  90. 590370a AVRCP_CTRL: Broadcast 1.6 with browsing support by AnubhavGupta · 9 years ago
  91. 8b6258c Merge "hci: Fix multi-line comments after clang-format" by Treehugger Robot · 9 years ago
  92. 2b044fd Merge "test: Add a README file" by Treehugger Robot · 9 years ago
  93. 065351e hci: Fix multi-line comments after clang-format by Myles Watson · 9 years ago
  94. bf933b5 hci: Apply clang-format by Myles Watson · 9 years ago
  95. 36ddeac Fix AdvertiseDataParsing test by root · 9 years ago
  96. 713462c bt address memory copy error in btif_av_state_opening_handler() by Ting Zheng · 9 years ago
  97. 67cbdb6 Remove position dependent lookup tables in AT command parser by Andre Eisenbach · 9 years ago
  98. 4ee4854 Merge "Remove advertise whitelist functionality" by Jakub Pawlowski · 9 years ago
  99. 83ef864 Merge "Exclude calls to android-specific code in generic build" by Jakub Pawlowski · 9 years ago
  100. 3bf75f0 Remove advertise whitelist functionality by Jakub Pawlowski · 9 years ago