mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
ble_log_lbm.c/h were superseded by the v2 LBM (protocol v7) and are not part of the build; the two files only referenced each other. The deprecated Kconfig entries stay untouched - downstream test apps may still pin the old symbols (e.g. BLE_LOG_LL_HCI_LOG_PAYLOAD_LEN_LIMIT). Post-switch polish folded in: version info built in place inside lbm init, pool-internal tidying, simplified runtime submit/defer paths, per-snapshot clock sampling, shared waiter-count RMW in the acquire path, and dropped zero-value transport field inits.