mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2026-07-06 08:20:57 +02:00
aede439dab
- Add NimBLEL2CAPChannel::disconnect() and getConnHandle(). - Fix CoC TX mbuf ownership handling in writeFragment(): treat BLE_HS_ENOMEM / BLE_HS_EAGAIN as consumed buffer, only free local tx mbuf on BLE_HS_EBUSY. - Refresh L2CAP client/server examples for stress testing and runtime stats. - Pin example dependency mickeyl/esp-hpl to tag 1.1.0. - Clean trailing whitespace in updated example sources. Closes #391
7 lines
167 B
YAML
7 lines
167 B
YAML
dependencies:
|
|
local/esp-nimble-cpp:
|
|
path: ../../../../../esp-nimble-cpp/
|
|
mickeyl/esp-hpl:
|
|
git: https://github.com/mickeyl/esp-hpl.git
|
|
version: "1.1.0"
|