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