- 9966940 Force including <ble/Ble.h> umbrella header instead of specific headers (#33023) by Arkadiusz Bokowy · 11 months ago
- d623e40 BTP engine unit test (#32897) by Arkadiusz Bokowy · 11 months ago
- fffec4c Remove CHIPoBLE testing dead code (#32910) by Arkadiusz Bokowy · 11 months ago
- 0515c61 Replaced nlunit-test with pw_unit_test in src/ble/tests/ (#32891) by Maksymilian Knust · 11 months ago
- f86633b [Linux] BLE advertising: Handle adapter removal (#32434) by Arkadiusz Bokowy · 12 months ago
- 64bf8cb Don't define __STDC_{FORMAT,LIMIT}_MACROS (#32542) by Karsten Sperling · 1 year ago
- 2696bc9 Non concurrent mode now sends connect network response as per spec (#31739) by simonhmorris1 · 1 year, 1 month ago
- d27d65e Add orphan src/ble files to gn (#31805) by Andrei Litvin · 1 year, 1 month ago
- ca17912 [TCR] Extended Announcement additions (#31532) by cnanoleaf · 1 year, 2 months ago
- 4676d27 Remove dependency between chip-tool and the nlunit-test (#31234) by Jakub Latusek · 1 year, 2 months ago
- 93be827 Clean-up time conversions on the way to fix #30990 (#31021) by Tennessee Carmel-Veilleux · 1 year, 3 months ago
- 7f43a93 Fix typo in many tests (#31014) by Tennessee Carmel-Veilleux · 1 year, 3 months ago
- c6b6fb3 Clean up inclusion of private BuildConfig headers (#30531) by Michael Spang · 1 year, 4 months ago
- 43159a8 Add pw_unit_test support to build configuration (#29479) by Maksymilian Knust · 1 year, 5 months ago
- 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 6 months ago
- 9dee693 Split out CHIPErrror into a separate source set. (#29494) by Boris Zbarsky · 1 year, 6 months ago
- b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 6 months ago
- f3c498f Revert "Cancel incomplete BLE connection when CloseAllBleConnections() is called (#27304)" (#28143) by Boris Zbarsky · 1 year, 8 months ago
- ad5403e Cancel incomplete BLE connection when CloseAllBleConnections() is called (#27304) by alwaysonketo · 1 year, 9 months ago
- 346a817 [SetUpCodePairer] Add an API to list the discovered devices if any (#25374) by Vivien Nicolas · 2 years ago
- ac82038 [zephyr] Use native locking primitives (#24231) by Damian Królik · 2 years, 2 months ago
- a7060e0 Add ubsan build variant to build_examples script (#23953) by Arkadiusz Bokowy · 2 years, 3 months ago
- 52e228f Add modernize-redundant-void-arg to clang-tidy (#23760) by Arkadiusz Bokowy · 2 years, 4 months ago
- 54d8dd0 Fix intermittent BLE connection failures (#23598) by Damian Królik · 2 years, 4 months ago
- 72f0471 clang-tidy: apply modernize-loop-convert over a set of files (#23443) by Andrei Litvin · 2 years, 4 months ago
- 54682f6 Fix log level (#23319) by Jakub · 2 years, 5 months ago
- 79e8c9e Fix handling of short discriminator in Linux BLE scan. (#21187) by Boris Zbarsky · 2 years, 8 months ago
- 6387049 Make cleanup functions return 'void' (#19870) by Michael Spang · 2 years, 9 months ago
- dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 9 months ago
- 5e9d413 [logging] Use CHIP_ERROR_FORMAT in more places (#19983) by Damian Królik · 2 years, 9 months ago
- 55ac529 Fix some buffer handling issues in BtpEngine. (#18042) by Boris Zbarsky · 2 years, 11 months ago
- 697b155 Modernize use nullptr (#17113) by Andrei Litvin · 3 years ago
- d3dd5e0 [build] support custom build config for external platform (#16618) by Jiacheng Guo · 3 years ago
- d43e6a7 use clang-tidy to readability-make-member-function-const (#16309) by Andrei Litvin · 3 years ago
- ba133af Modernize use nullptr (#16306) by Andrei Litvin · 3 years ago
- ca52c2e BLEEndPoint ref count overflow check (#16046) by Leonard Zgrablic · 3 years ago
- 53443ec Added get/set API for advertisement version (#15379) by Rohit Jadhav · 3 years, 1 month ago
- e04be15 [clang-tidy] Fix some bugprone-use-after-move errors (#15476) by Vivien Nicolas · 3 years, 1 month ago
- 4676ea2 [BLE] Remove old TODO (#14747) by Kevin Schoedel · 3 years, 1 month ago
- 46ab4be Fix null-deref crash in OnSessionEstablishmentError. (#14654) by Boris Zbarsky · 3 years, 1 month ago
- 175218b ESP32: Rotating device ID for BLE transport (#13206) by Shubham Patil · 3 years, 2 months ago
- d24eff1 [spell] Fix slew of spelling errors. (#13043) by Martin Turon · 3 years, 3 months ago
- fcd9785 Small cleanups (#12694) by Kevin Schoedel · 3 years, 3 months ago
- ea1b443 Use safe System::Clock types for system timers (#10779) by Kevin Schoedel · 3 years, 5 months ago
- 07e4d70 [btp] align code to the specification (#10177) by Łukasz Duda · 3 years, 5 months ago
- 02d8900 Add DeviceController::PairDevice(NodeId remoteId, const char * setupCode) API that looks for the device over supported networks resolves #9343 (#9847) by Vivien Nicolas · 3 years, 5 months ago
- c6db337 ESP32: Close active ble connection on PASE session failure. (#9845) by Sweety · 3 years, 6 months ago
- b976ebe Ensure that stack layers above transport manager never get chained packet buffers. (#9599) by Boris Zbarsky · 3 years, 6 months ago
- 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
- 7359d19 Remove CHIP_ERROR parameter from timer OnCompleteFunct (#8907) by Kevin Schoedel · 3 years, 7 months ago
- 2d103c8 Separate System::Layer and Timer into per-implementation files. (#8800) by Kevin Schoedel · 3 years, 7 months ago
- 0fe17ec Add CHIP_ERROR object methods (#8784) by Kevin Schoedel · 3 years, 7 months ago
- db0e079 Fix leftover from #8236 and make BufferReader/Writer support Span (#8408) by Tennessee Carmel-Veilleux · 3 years, 8 months ago
- 15669b6 Make CHIP_ERROR a class type on Linux (#8383) by Kevin Schoedel · 3 years, 8 months ago
- e922686 Remove error erasures (#8272) by Kevin Schoedel · 3 years, 8 months ago
- 6ed99f4 Restructure CHIP_ERROR numeric values (#8179) by Kevin Schoedel · 3 years, 8 months ago
- 0c01fbf Clean up temporary error code macros added in PR#7916 (#8119) by Kevin Schoedel · 3 years, 8 months ago
- 9c01258 Consolidate error types (#7916) by Kevin Schoedel · 3 years, 9 months ago
- 23f37bf Remove `exit: return` idiom from src/ble (#7518) by Kevin Schoedel · 3 years, 9 months ago
- 0bca292 Fix various issues with log format specifiers not matching the types being logged (#7480) by Boris Zbarsky · 3 years, 9 months ago
- 860a204 Reduce memory usage by using rref instead of move-copy (#6874) by Zang MingJie · 3 years, 10 months ago
- 87142e0 [ble/rendezvous] Decouple BLE transport from Rendezvous (#5337) by Song Guo · 4 years ago
- 4783571 [ble] update Service Data UUID (#6163) by Łukasz Duda · 4 years ago
- 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 4 years ago
- 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 4 years ago
- a9bcacd Remove non-standard BLE advertisement opcode "1" (#5626) by Michael Spang · 4 years ago
- b186770 BLEEndPoint does not compile anymore when CHIP_BLE_END_POINT_DEBUG_LOGGING_ENABLED is enabled (#5595) by Vivien Nicolas · 4 years ago
- d914e71 Add BleConnectionDelegate::CancelConnection to stop scanning when rendezvous is aborted (#5240) by Vivien Nicolas · 4 years ago
- 8ea423a #### Problem (#5319) by Kevin Schoedel · 4 years ago
- 18b7343 Revert "Expand use of type-safe `BitFlags` and `enum class`. (#5232)" (#5308) by Michael Spang · 4 years ago
- 4b8d558 Expand use of type-safe `BitFlags` and `enum class`. (#5232) by Kevin Schoedel · 4 years ago
- 09611bf Switch ${build_root}/chip back to ${chip_root}/build/chip (#5089) by Michael Spang · 4 years, 1 month ago
- 1b6a96b Fix and test heap allocation of PacketBuffers (#4632) by Kevin Schoedel · 4 years, 1 month ago
- b94c980 Use BLE implementation in DeviceLayer in CHIP Device Controller Python Binding (#4542) by Song Guo · 4 years, 2 months ago
- a868187 Reduce use of maximum-sized packet buffers (#4434) by Kevin Schoedel · 4 years, 2 months ago
- 4e1faf2 [gn] introduce build_root variable (#4352) by Łukasz Duda · 4 years, 2 months ago
- bd11f98 Final PacketBufferHandle cleanup. (#4364) by Kevin Schoedel · 4 years, 2 months ago
- f4e7b55 Use rvalue references for some PacketBufferHandle parameters (#4349) by Kevin Schoedel · 4 years, 2 months ago
- bc4f841 SystemPacketBuffer.h cleanup (#4197) by Kevin Schoedel · 4 years, 2 months ago
- 9661374 Adding Rotating Device Id to BLE & DNS-SD discovery (#4210) by hnnajh · 4 years, 2 months ago
- 548b71a Begin SystemPacketBuffer.h cleanup (#4096) by Kevin Schoedel · 4 years, 3 months ago
- f61f480 Purge some unused PacketBuffer declarations. (#4121) by Kevin Schoedel · 4 years, 3 months ago
- d708a13 Make src/ble compile with -Werror=conversion (#4075) by Boris Zbarsky · 4 years, 3 months ago
- 4ff557a Add bounds checks to HandleCharacteristicReceived to avoid reading off the end of the buffer. (#4057) by Boris Zbarsky · 4 years, 3 months ago
- 316a6f5 Some conversions to use PacketBufferHandle (#4011) by Kevin Schoedel · 4 years, 4 months ago
- 9afbb33 Move src/lib/asn1/tests and src/ble/tests to auto-test-driver generation (#3998) by Andrei Litvin · 4 years, 4 months ago
- 05faf7d Rename TestUtils to UnitTestRegistration. (#4021) by Andrei Litvin · 4 years, 4 months ago
- f54b925 Some conversions to use PacketBufferHandle (#3909) by Kevin Schoedel · 4 years, 4 months ago
- c6098f5 Return PacketBufferHandle from PacketBuffer::New...() (#3850) by Kevin Schoedel · 4 years, 4 months ago
- 7c14a33 Remove '-Wno-non-virtual-dtor' from compiler flags (#3773) by Vivien Nicolas · 4 years, 4 months ago
- 1d812b7 [Darwin] Handle short discriminator while pairing (#3550) by Sagar Dhawan · 4 years, 4 months ago
- f6a6c1b Remove support for unified BuildConfig.h (#3355) by Michael Spang · 4 years, 5 months ago
- 68a7a4e Increase connection timeout to 15s (#3293) by Michael Spang · 4 years, 5 months ago
- dab94b8 clang-tidy: Apply fixes "readability-redundant-control-flow" (#3039) by Michael Spang · 4 years, 5 months ago
- 1873e8c Use pragma once in more places (#3182) by Andrei Litvin · 4 years, 5 months ago
- f94a92d Add add/remove/set flag helpers for MessageHeader (#3054) by Andrei Litvin · 4 years, 5 months ago
- 679e92c Remove remaining Linux C-style casts & fix const correctness (#3079) by Michael Spang · 4 years, 5 months ago
- 55d6a5f Move //gn/* to //* (#3070) by Michael Spang · 4 years, 5 months ago
- ce9b597 clang-tidy: Apply fixes "readability-redundant-access-specifiers" (#3082) by Michael Spang · 4 years, 5 months ago
- 8a532d6 clang-tidy: Apply fixes "readability-avoid-const-params-in-decls" (#3084) by Michael Spang · 4 years, 5 months ago