1. 1e7ad16 Removed unused functions by Pavlin Radoslavov · 9 years ago
  2. c8a78e4 Ensure PIN code dialog is shown after remote name request by Andre Eisenbach · 9 years ago
  3. 9567384 Move autopair blacklist to interop database by Andre Eisenbach · 9 years ago
  4. cd7d542 Add a log message to capture empty queue in l2c_enqueue_peer_data() by Pavlin Radoslavov · 9 years ago
  5. 28dcc29 Remove unused p_db for A2DP service discovery by Andre Eisenbach · 9 years ago
  6. 2b745bc Initiate SCO after Mode change event by Mallikarjuna GB · 9 years ago
  7. e8f71ee Avoid sending SCO disconnect when power mode is processing by Mallikarjuna GB · 9 years ago
  8. ff813a6 Allocate buffer for AV SDP in Stack by Ayan Ghosh · 9 years ago
  9. ab99638 Add LE L2CAP Connection Oriented Channel by Navin Kochar · 9 years ago
  10. 1e8218e SDP: Restrict attribute length to SDP_MAX_ATTR_LEN by venkata Jagadeesh · 9 years ago
  11. 94145fa GATT: Initiate L2CAP disconnect only when the channel is open by venkata Jagadeesh · 9 years ago
  12. c83ad35 Remove btla-specific comments by Jakub Pawlowski · 9 years ago
  13. 2bbedbf Track TX empty event to manage sniff timer by Srinu Jella · 9 years ago
  14. 37cf570 HID: Remove bond for device in case Virtual unplug is ongoing by Hemant Gupta · 9 years ago
  15. dbced80 Update OCF values per 0.96 spec by Satya Calloji · 9 years ago
  16. e3b2bb7 OCF for LE Extended Set Scan Parameters Cmd is not correct by Eri Kasamatsu · 9 years ago
  17. 1300a48 Delete unused function declarations from sdp_api.h. by Sharvil Nanavati · 9 years ago
  18. 77ebf2c Avoid SMP process if another pairing is in progress by Nitin Arora · 9 years ago
  19. 310d5c7 Increase the number of security slots for other new profiles by Srinu Jella · 9 years ago
  20. d228f7f Correct the max SDU length used in BTIF layer by Srinu Jella · 9 years ago
  21. 869abd1 Reconstruct new packet to accomodate extra header length by Srinu Jella · 9 years ago
  22. 107588a Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  23. d212571 Cleanup after p_mcb if L2CA_ConnectReq() failed by Pavlin Radoslavov · 9 years ago
  24. 16c97b9 Add missing initialization of queue btm_cb.sec_pending_q by Pavlin Radoslavov · 9 years ago
  25. 9ccca2b Do not leak eventfd's for RFCOMM/AVDT/L2CAP by Andre Eisenbach · 9 years ago
  26. 0c33fde Ignore LCB entries that migth have been released while queued by Pavlin Radoslavov · 9 years ago
  27. 8cbd6d6 Remove MCB from mapping table when entry is released by Pavlin Radoslavov · 9 years ago
  28. adca919 Fix Dell LE keyboard connection issue by Chaojing Sun · 9 years ago
  29. a5090f2 Fix miscellaneous compilation errors by Prashant Malani · 9 years ago
  30. 62778f6 Fix l2cu_initialize_fixed_ccb() to return only initialized entries by Pavlin Radoslavov · 9 years ago
  31. 01658a7 Get rid of counter by Jakub Pawlowski · 9 years ago
  32. c980130 Replace usage of HCI_GET_CMD_BUF() with osi_malloc() by Pavlin Radoslavov · 9 years ago
  33. e6afe84 Revert "Pick proper addres type for unknown devices" by Andre Eisenbach · 9 years ago
  34. 0e88866 Instrument and fix calls to strncmp() by Andre Eisenbach · 9 years ago
  35. b1f50e1 Suspend properly when receiving events without response by Jaganath Kanakkassery · 9 years ago
  36. 302bae5 Remove the need for -Wno-constant-logical-operand by Andre Eisenbach · 9 years ago
  37. 8ee098c Remove Porsche car-kit pairing workaround by Andre Eisenbach · 9 years ago
  38. 3aa58c5 Fix compilation warnings/errors on fugu by Pavlin Radoslavov · 9 years ago
  39. 12265e3 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  40. 0b60bb0 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  41. 0ec558b Pick proper addres type for unknown devices by Jakub Pawlowski · 9 years ago
  42. 4c1e089 Validates the PDU length of GATT Prepare Write attribute requests by Subramanian Srinivasan · 9 years ago
  43. 5fe6f0c Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  44. abd70ab Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  45. ca57b25 Removed function osi_get_buf_size() by Pavlin Radoslavov · 9 years ago
  46. 66209db Remove BCM_STR* macros by Andre Eisenbach · 9 years ago
  47. 7adaa5a Fix auto disconnect right after connecting by Jakub Pawlowski · 9 years ago
  48. 5c52fec Set GATT link inactivity timer to 1 by Priti Aghera · 9 years ago
  49. 2313c24 Suppress some of the Power Management debug log messages by Pavlin Radoslavov · 9 years ago
  50. cac784d Keep sec_dev_rec in list instead of static array by Jakub Pawlowski · 9 years ago
  51. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  52. f94e67c Fix the processing of AVRCP Rcvd Pass Through messages by Pavlin Radoslavov · 9 years ago
  53. 5f0e23d Register for Service Changed notifications for untrusted devices by Jakub Pawlowski · 9 years ago
  54. 7db2548 Revert "Keep sec_dev_rec in list instead of static array" by Andre Eisenbach · 9 years ago
  55. d36b421 Make autoconnect work properly for devices not having security record by Jakub Pawlowski · 9 years ago
  56. c9f86da Keep sec_dev_rec in list instead of static array by Jakub Pawlowski · 9 years ago
  57. 73d488e Remove unused method by Jakub Pawlowski · 9 years ago
  58. e11cc0b Make BTIF a static library; add unit test framework by Andre Eisenbach · 9 years ago
  59. 33bab32 Fix compilation errors when SMP_DEBUG flag is enabled by Subramanian Srinivasan · 9 years ago
  60. f40b136 Add explicit sec_act parameter to encryption requests by Andre Eisenbach · 9 years ago
  61. 7066f58 Fix invalid pointer de-reference resulting in a crash by Andre Eisenbach · 9 years ago
  62. d1fad88 Remove headers from LOCAL_SRC_FILES by Dan Willemsen · 9 years ago
  63. b283d64 Remove unused definition BOARD_HAVE_BLUETOOTH_BCM. by Sharvil Nanavati · 9 years ago
  64. 98ae9b2 Add missing creation of timer tSMP_CB.smp_rsp_timer_ent by Pavlin Radoslavov · 9 years ago
  65. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  66. 6b84f29 Support for A2DP Sink and Proper initialization of profiles by Anubhav Gupta · 10 years ago
  67. 1a5bb5f Implement OOB pairing for LE devices using TK. by Jakub Pawlowski · 9 years ago
  68. 8fc771e Bluetooth: Silence unused-parameter warning by Andreas Gampe · 9 years ago
  69. 7850051 Fix BT connection failures by Devin Kim · 9 years ago
  70. 76198e7 Clean up A2D_ParsSbcInfo indentation by Ian Coolidge · 9 years ago
  71. e6d7c4f Fix p_info increment in A2D_ParsSbcInfo by Ian Coolidge · 9 years ago
  72. 47b4310 A2DP SRC offload support by Abhijit Adsule · 10 years ago
  73. d3842ed Compile as 64-bit library; fix includes by Andre Eisenbach · 9 years ago
  74. 175da70 Remove BTM_OOB_INCLUDED by Jakub Pawlowski · 9 years ago
  75. 13bb089 Mark secure link as authenticated for LE by Andre Eisenbach · 9 years ago
  76. dd339ab Allow Bluetooth to build on systems with no LE support by Scott James Remnant · 9 years ago
  77. 4f820ee Merge "Set bits 4-6 to 0 in L2CAP fixed channel supported bit mask." by Andre Eisenbach · 9 years ago
  78. 592afaf Add missing initialization of module OSI_MODULE by Pavlin Radoslavov · 9 years ago
  79. c8fd186 Prevent integer overflows during GATT signing by Ajay Panicker · 9 years ago
  80. 693eee7 Set bits 4-6 to 0 in L2CAP fixed channel supported bit mask. by yanlaijun · 9 years ago
  81. 526f3cc Fix bug in SDP 128-bit UUID lookup by Andre Eisenbach · 9 years ago
  82. 9730550 Do not mask out secure connections (SC) bit for BT <4.2 by Andre Eisenbach · 9 years ago
  83. a0a3dac Merge "Serialize remote version query over LE" by Andre Eisenbach · 9 years ago
  84. 284ff6b Serialize remote version query over LE by Andre Eisenbach · 9 years ago
  85. 879aeec Remove unused HCI_PROTO_REVISION by Andre Eisenbach · 9 years ago
  86. 27e239d Check remote LMP version before enabling secure connections by Andre Eisenbach · 9 years ago
  87. 6196838 Fix 128-bit UUID byte order for GATT-over-BR/EDR by Andre Eisenbach · 9 years ago
  88. 577862e Update the usage of fixed_queue. by Pavlin Radoslavov · 9 years ago
  89. 5b9b1b8 Raise BTU and HCI thread priorities by Andre Eisenbach · 9 years ago
  90. e29c343 GKI cleanup - removed PORT_SCHEDULE_LOCK / UNLOCK macros by Pavlin Radoslavov · 9 years ago
  91. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  92. 9f1c9ad GKI cleanup - Moved struct TIMER_LIST_ENT to OSI by Pavlin Radoslavov · 9 years ago
  93. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  94. 1eb1ea0 GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI by Pavlin Radoslavov · 9 years ago
  95. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  96. 70ae7de GKI cleanup - Remove GKI pool related defines by Pavlin Radoslavov · 9 years ago
  97. 1d5b859 GKI cleanup - Eliminate function GKI_get_pool_bufsize() by Pavlin Radoslavov · 9 years ago
  98. 21cce2e GKI cleanup - Eliminated function GKI_poolcount by Pavlin Radoslavov · 9 years ago
  99. 2e3d006 GKI cleanup - Eliminate usage of pool buffers by Pavlin Radoslavov · 9 years ago
  100. fda32d9 LE Multi-Advertising State Change Sub-event Wrong Variable Type by Jacob Lee · 9 years ago