1. 06ef205 Update module names to not use C preprocessor and to be at top of headers. by Sharvil Nanavati · 10 years ago
  2. 305c159 Replace BUFFER_Q with list_t #2 by Chris Manton · 10 years ago
  3. 9de511d Replace BUFFER_Q with list_t by Chris Manton · 10 years ago
  4. ca9ec85 General tidy up of L2CAP flow control by Chris Manton · 10 years ago
  5. 3805ab6 Properly iterate when removing from list by Chris Manton · 10 years ago
  6. a225336 Add error checking when getting property by Chris Manton · 10 years ago
  7. 55fe5dc Expand include pathnames and add bd root path by Chris Manton · 10 years ago
  8. 947f675 Back GKI buffers with malloc by Zach Johnson · 10 years ago
  9. 2487018 ungkibufferize the profile queue, use assert by Zach Johnson · 10 years ago
  10. 5cf0336 Print out every power management mode switch initiated from the host. by Sharvil Nanavati · 10 years ago
  11. 275791f Fixed HAL layer ignore state handling by Zach Johnson · 10 years ago
  12. 251a401 Add a command line flag to skip sanity test suite. by Sharvil Nanavati · 10 years ago
  13. c5a723c bdtest: read the paired device's bdaddr from the stack config file. by Sharvil Nanavati · 10 years ago
  14. 62d1538 Remove ptim and associated GKI timer functions by Zach Johnson · 10 years ago
  15. d906a1a Remove some remaining references to message based timers by Zach Johnson · 9 years ago
  16. 6a8c80e Remove unused link key functions from devctl by Zach Johnson · 10 years ago
  17. 58243ab Modify bdtest to enable running individual tests by their name. by Steve Gu · 10 years ago
  18. 2a1f4e2 Remove the afh functions from btm_devctl by Zach Johnson · 10 years ago
  19. a50fc88 Remove BTA_CheckEirData, a direct redefinition of BTM_CheckEirData by Zach Johnson · 10 years ago
  20. de4214b Remove some functionredefinitions from bta dm by Zach Johnson · 10 years ago
  21. 9609cee Use correct service ID for A2DP source to make way for A2DP sink. by Sharvil Nanavati · 10 years ago
  22. 9f995d2 L2CAP: expose a function to return the RCID and ACL handle for a given LCID. by Sharvil Nanavati · 10 years ago
  23. 79ecab5 Move controller module to device directory by Chris Manton · 10 years ago
  24. 4c457b5 Unused function by Chris Manton · 10 years ago
  25. 5b69d6b Remove unused inquiry DB functions by Chris Manton · 10 years ago
  26. 1e61ce1 Remove always true definition BTM_EIR_SERVER_INCLUDED by Chris Manton · 10 years ago
  27. 070fefc Removing unused function BTA_DmSetScanParam() by Chris Manton · 10 years ago
  28. 34b6a92 Remove always true BTM_USE_INQ_RESULTS_FILTER by Chris Manton · 10 years ago
  29. b515dd1 Remove always false flag BTM_BYPASS_EVENT_FILTERING by Chris Manton · 10 years ago
  30. cccf02f Instrument data flow a bit by Chris Manton · 10 years ago
  31. eacc69d Don't dispatch connections in the connection queue until stack comes up. by Sharvil Nanavati · 10 years ago
  32. 78a51cb counter implementation by Chris Manton · 10 years ago
  33. f95157c Remove duplicate functionality by Chris Manton · 10 years ago
  34. f3bf1b7 Remove uncompiled unused PBAP support by Zach Johnson · 10 years ago
  35. df76341 Remove unused functions BTM_RegForLstoEvt/btm_acl_set_discing by Chris Manton · 10 years ago
  36. e7ef465 Remove always true BTM_PWR_MGR_INCLUDED by Chris Manton · 10 years ago
  37. 584846a Remove always true BTM_BUSY_LEVEL_CHANGE_INCLUDED by Chris Manton · 10 years ago
  38. 83e2c34 Remove data_types.h by Chris Manton · 10 years ago
  39. 0609cdf Actually remove bd.[c|h] by Chris Manton · 10 years ago
  40. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  41. b4f21b5 Moving btif_sock_sdp to stdint and stdbool. by June R. Tate-Gans · 10 years ago
  42. ad7c19e Fix how add_sdp_by_uuid passes the uuid to SDP_AddSequence by Zach Johnson · 10 years ago
  43. 75b22fd Refactoring btif_sock_sdp.c for clarity by June R. Tate-Gans · 10 years ago
  44. cb7ce53 Revert "BT MAP: added support for email sharing over BT" by Zach Johnson · 9 years ago
  45. 396768e Revert "MAP: SDP corruption" by Zach Johnson · 9 years ago
  46. 13143f7 Revert "Forgot device/Android.mk" by Andre Eisenbach · 9 years ago
  47. a54ca89 Revert "Remove unused inquiry variables" by Andre Eisenbach · 9 years ago
  48. 6052fe3 Forgot device/Android.mk by Chris Manton · 10 years ago
  49. 59fa0f1 Remove always undefined BTM_EIR_UUID_LKUP_TBL by Chris Manton · 10 years ago
  50. c0b16b1 Remove always true definition BTM_EIR_CLIENT_INCLUDED by Chris Manton · 10 years ago
  51. ddd1470 Remove unused inquiry variables by Chris Manton · 10 years ago
  52. 1d40dd7 A2DP sink: reply with success on Start command. by Sharvil Nanavati · 10 years ago
  53. 8ce36bd Fix bdtool compile errors by Andre Eisenbach · 9 years ago
  54. 50e26ea Add Android.mk to tools/ directory. by Sharvil Nanavati · 10 years ago
  55. 4e8c3d8 Don't touch alarm's contents if it has already been freed. by Sharvil Nanavati · 10 years ago
  56. 529e247 Fix NULL pointer dereference in bta_pan_co_tx_path. by Sharvil Nanavati · 10 years ago
  57. 8d33c08 Directory layout documentation by Chris Manton · 10 years ago
  58. a738504 Document network ports used by bluedroid. by Sharvil Nanavati · 10 years ago
  59. 19d59e7 Document the set of log tags used by bluedroid. by Sharvil Nanavati · 10 years ago
  60. cda6e91 avdt: Make sure LCID field is filled out even on incoming connections. by Sharvil Nanavati · 10 years ago
  61. 8e55e96 Make bdtest report the total number of tests (sanity + suite) by Zach Johnson · 10 years ago
  62. a6b7492 Change bdtest text color gray to the default color by Zach Johnson · 10 years ago
  63. f91f2c4 Add system tests for RFCOMM sockets. by Sharvil Nanavati · 10 years ago
  64. 1725da1 Add a watchdog timer to test suite. by Sharvil Nanavati · 10 years ago
  65. 4224342 Only colorize test result output if stdout is attached to a tty. by Sharvil Nanavati · 10 years ago
  66. f1c764f Make build more strict by adding more warning flags. by Sharvil Nanavati · 10 years ago
  67. be1cd67 Removing a duplicate call to socket_register. by June R. Tate-Gans · 10 years ago
  68. a6cee15 First entry for bdtool by Chris Manton · 10 years ago
  69. 6577966 Comment said BTM_PM_SNIFF_SLOT_WORK_AROUND would be removed someday. Today is that day. by Zach Johnson · 10 years ago
  70. 4f9d7bd Make hci/ depend on bdroid_CFLAGS by Sharvil Nanavati · 10 years ago
  71. a87c821 Fix BLE GAP handling after callback refactoring by Zach Johnson · 10 years ago
  72. e7faae6 Remove unused function BTM_ChangeLinkKey & friends by Zach Johnson · 10 years ago
  73. 4469f57 Remove excessive log message from btu_task. by Sharvil Nanavati · 10 years ago
  74. 8e90de4 Remove some remaining references to OBX by Zach Johnson · 10 years ago
  75. 9df3c8c Remove a bunch of always-false macros by Zach Johnson · 10 years ago
  76. e623c26 Remove definitions for DUN by Zach Johnson · 10 years ago
  77. 86a56d3 Remove always false TCS_INCLUDED macro & friends by Zach Johnson · 10 years ago
  78. c8235d0 Remove remaining references to GOEP by Zach Johnson · 10 years ago
  79. 980bf99 Remove unused header utfc.h by Zach Johnson · 10 years ago
  80. a952e80 Remove a bunch of unused functions and definitions from HCIC by Zach Johnson · 10 years ago
  81. 8fc656c Remove unused macros LMP_TEST and BTISE by Zach Johnson · 10 years ago
  82. 1cdde97 Disambiguate event mask setting for bluetooth DUT mode by Zach Johnson · 10 years ago
  83. 6564588 Remove unused code in GAP by Zach Johnson · 10 years ago
  84. cab7816 Don't call null callback in vendor lib by Zach Johnson · 10 years ago
  85. 48006f8 Fix accidental hardcoding of 2+ extended feature page numbers by Zach Johnson · 10 years ago
  86. 5c26224 Move properties data primitive into btcore by Chris Manton · 10 years ago
  87. 9e392a7 Add comments to the device features and event mask structs by Zach Johnson · 10 years ago
  88. e548b82 Remove L2CAP_CORRUPT_ERTM_PKTS macro by Zach Johnson · 10 years ago
  89. 14c80d9 Refactor bta_jv functions by Zach Johnson · 10 years ago
  90. 39110ec Remove duplicate local bdaddr management functions by Zach Johnson · 10 years ago
  91. 30e5806 Refactor btm_devctl reset sequence by Zach Johnson · 10 years ago
  92. cc0ca14 Prune BTM_ReadLocalVersion by Zach Johnson · 10 years ago
  93. 5fc4be1 Remove <BT 2.0 workarounds by Zach Johnson · 10 years ago
  94. 832bc91 Prune BTM_SetSecurityMode and GAP_SetSecurityMode by Zach Johnson · 10 years ago
  95. 3c511e6 Add temporary callbacked wrapper for module startup by Zach Johnson · 10 years ago
  96. 24933b5 Removing unnecessary BTAPI #defines. by June R. Tate-Gans · 10 years ago
  97. cd01adc Add a futured version of the HCI transmit_command by Zach Johnson · 10 years ago
  98. 64c4717 Remove some < BT 2.1 code & repeated init by Zach Johnson · 10 years ago
  99. 2411325 Remove BTM_SetDeviceClass call in devctl by Zach Johnson · 10 years ago
  100. 6b5ae4b Remove duplicate L2CAP_NUM_FIXED_CHNLS by Chris Manton · 10 years ago