1. fca7948 Return CHIP_ERROR from BlePlatformDelegate APIs (#34387) by Arkadiusz Bokowy · 6 months ago
  2. 43f7074 ESP32: Fixes in BLEManager (#34082) by Shubham Patil · 7 months ago
  3. 4d5c047 Remove obsolete functions from BlePlatformDelegate interface (#33826) by Arkadiusz Bokowy · 7 months ago
  4. 4a8dc73 Replace ChipBleUUID local variables for all platform (#33713) by Jakub Latusek · 8 months ago
  5. f980f2c ESP32: Address -Wundef build errors and enable it for platform (#29728) by Shubham Patil · 8 months ago
  6. e12ace0 Remove dead code from BLE layer class (#33171) by Arkadiusz Bokowy · 9 months ago
  7. 9966940 Force including <ble/Ble.h> umbrella header instead of specific headers (#33023) by Arkadiusz Bokowy · 9 months ago
  8. 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 4 months ago
  9. fba066d Fix esp32 platform bluedroid, should send indication instead of notification. (#28923) by Ryan · 1 year, 4 months ago
  10. c57aec6 [ESP32] Fix the parentheses and ifdefs during ble deinit (#28628) by Shubham Patil · 1 year, 5 months ago
  11. 00d227f Fixes for bluedroid and Added ChipLock to thread in ble-controller (#26504) by PSONALl · 1 year, 8 months ago
  12. b1615fb Esp32/ble controller (#23921) by PSONALl · 1 year, 10 months ago
  13. cdcdded Correct the Advertised data length for bluedroid on esp32 (#25308) by PSONALl · 1 year, 11 months ago
  14. a494b1c [ble] Remove CHIP_DEVICE_CONFIG_CHIPOBLE_DISABLE_ADVERTISING_WHEN_PROVISIONED (#21582) by Damian Królik · 2 years, 6 months ago
  15. 57cb679 Remove Set/GetCHIPoBLEServiceMode. (#20621) by Boris Zbarsky · 2 years, 6 months ago
  16. 8c8d8d8 Remove kAccountPairingChange (#20278) by Vivien Nicolas · 2 years, 7 months ago
  17. cba92c0 Stop duplicating advertisement timeout handling. (#20007) by Boris Zbarsky · 2 years, 7 months ago
  18. 350352d Remove mention of the kFabricMembershipChange event. (#19688) by Boris Zbarsky · 2 years, 7 months ago
  19. 8f86c43 Introduce CommissionableDataProvider for discriminator and verifier (#16020) by Tennessee Carmel-Veilleux · 2 years, 10 months ago
  20. ed29ecd esp32: Make SoftwareVersion configurable from application (#14693) by Shubham Patil · 3 years ago
  21. 4c419a6 Use safe System::Clock types in src/platform (#10862) by Kevin Schoedel · 3 years, 3 months ago
  22. ea1b443 Use safe System::Clock types for system timers (#10779) by Kevin Schoedel · 3 years, 3 months ago
  23. 08fe66d Indirect access for System::Clock functions (#10056) by Kevin Schoedel · 3 years, 4 months ago
  24. 6fd3811 Make platform PlatformManager::PostEvent() return status (#9573) by Kevin Schoedel · 3 years, 4 months ago
  25. 86eb040 Make System::Layer mockable (#9546) by Kevin Schoedel · 3 years, 4 months ago
  26. 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 5 months ago
  27. 792666a ESP32: Expose BLE connection events and commissioning complete events to the application. (#9041) by Sweety · 3 years, 5 months ago
  28. 82cf1b1 Move socket watch APIs into System::Layer (#9086) by Kevin Schoedel · 3 years, 5 months ago
  29. 7359d19 Remove CHIP_ERROR parameter from timer OnCompleteFunct (#8907) by Kevin Schoedel · 3 years, 5 months ago
  30. 0fe17ec Add CHIP_ERROR object methods (#8784) by Kevin Schoedel · 3 years, 6 months ago
  31. 773af5a Remove one kind of Timer (#8488) by Kevin Schoedel · 3 years, 6 months ago
  32. 162366f Make CHIP_ERROR a class type on ESP32 (#8469) by Kevin Schoedel · 3 years, 6 months ago
  33. 6ed99f4 Restructure CHIP_ERROR numeric values (#8179) by Kevin Schoedel · 3 years, 6 months ago
  34. a70c659 Revise System Layer clock code (#8266) by Kevin Schoedel · 3 years, 6 months ago
  35. 9c01258 Consolidate error types (#7916) by Kevin Schoedel · 3 years, 7 months ago
  36. 0bca292 Fix various issues with log format specifiers not matching the types being logged (#7480) by Boris Zbarsky · 3 years, 7 months ago
  37. 4783571 [ble] update Service Data UUID (#6163) by Łukasz Duda · 3 years, 9 months ago
  38. ca83379 Remove remnant Thread over BLE flags/API (#6125) by lucicop · 3 years, 9 months ago
  39. 2aa03e7 ESP32: Map ESP32 error codes with CHIP error codes (#5901) by Sweety · 3 years, 9 months ago
  40. bbbc981 ESP32: Add RPA and advertising interval support to Bluedriod. (#5640) by Sweety · 3 years, 10 months ago
  41. 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 3 years, 10 months ago
  42. 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 3 years, 10 months ago
  43. 6ed50e8 [esp32] add timeout for ble advertising (#5480) by Jiacheng Guo · 3 years, 10 months ago
  44. 7254f30 [nrfconnect] Aligned BLE advertising to be spec compatible. (#5419) by Kamil Kasperczyk · 3 years, 10 months ago
  45. 8ea423a #### Problem (#5319) by Kevin Schoedel · 3 years, 10 months ago
  46. 18b7343 Revert "Expand use of type-safe `BitFlags` and `enum class`. (#5232)" (#5308) by Michael Spang · 3 years, 10 months ago
  47. 4b8d558 Expand use of type-safe `BitFlags` and `enum class`. (#5232) by Kevin Schoedel · 3 years, 10 months ago
  48. a868187 Reduce use of maximum-sized packet buffers (#4434) by Kevin Schoedel · 4 years ago
  49. 108f6e3 ESP32: Enable the functionality supported by CHIPoBLE Service. (#4515) by Sweety · 4 years ago
  50. bd11f98 Final PacketBufferHandle cleanup. (#4364) by Kevin Schoedel · 4 years ago
  51. bc4f841 SystemPacketBuffer.h cleanup (#4197) by Kevin Schoedel · 4 years ago
  52. 59cb4f6 Receive path cleanup for PacketBufferHandle conversion (#4128) by Kevin Schoedel · 4 years, 1 month ago
  53. 49022e4 Use 16 bits service UUID on esp32 platform (#4098) by Vivien Nicolas · 4 years, 1 month ago
  54. cf1cd59 Set/Reset on CHIPoBLEConState (#4095) by Kevin Schoedel · 4 years, 1 month ago
  55. 316a6f5 Some conversions to use PacketBufferHandle (#4011) by Kevin Schoedel · 4 years, 2 months ago
  56. f54b925 Some conversions to use PacketBufferHandle (#3909) by Kevin Schoedel · 4 years, 2 months ago
  57. c6098f5 Return PacketBufferHandle from PacketBuffer::New...() (#3850) by Kevin Schoedel · 4 years, 2 months ago
  58. b255818 Fix BLE advertisement service data format (#3557) by Michael Spang · 4 years, 3 months ago
  59. 8a84d97 Added disabling BLE advertisement by default and after timeout expiration. (#3488) by Kamil Kasperczyk · 4 years, 3 months ago
  60. f7c23fc Convert operator new and delete to use CHIPMem.h (#3260) by Kevin Schoedel · 4 years, 3 months ago
  61. 6b48d71 ESP32: Add optional NimBLE support for BLE transport (#1969) by Prasad Alatkar · 4 years, 4 months ago[Renamed (99%) from src/platform/ESP32/BLEManagerImpl.cpp]
  62. 444b50b Make src/platform compile with -Werror=conversion (#2564) by Boris Zbarsky · 4 years, 4 months ago
  63. 7f2bff2 Convert ConfigurationManager::[Get/Store]SetupDiscriminator to uint16_t (#2590) by Vivien Nicolas · 4 years, 4 months ago
  64. 4c32739 ESP32 - Retrieve discriminator and setupPINCode from the ConfigurationManager (#1918) by Vivien Nicolas · 4 years, 6 months ago
  65. 2b25999 ESP32 - Update advertising data to be closer to the spec (#1911) by Vivien Nicolas · 4 years, 6 months ago
  66. 95337c3 Remove SoftAP SSID from the QRCode for the demo app (#1366) by Vivien Nicolas · 4 years, 7 months ago
  67. ba19b48 Use discriminator for WiFi/Ble access point (#1359) by Vivien Nicolas · 4 years, 7 months ago
  68. c4d8c3a warning: declaration of 'chip::DeviceLayer::ChipDeviceEvent event' shadows a parameter (#1327) by Vivien Nicolas · 4 years, 7 months ago
  69. d15fa87 [Demo] [ESP32] Enable the BLE stack and get the code to compile (#1241) by Vivien Nicolas · 4 years, 7 months ago
  70. 96cde96 sort includes platform ESP32 (#700) by Rob Walker · 4 years, 8 months ago
  71. 52106cc Add preliminary ESP32 platform support (#411) by Sagar Dhawan · 4 years, 9 months ago