mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 23:54:33 +02:00
NimBLE: Add custom logging support and fix build error for broadcaster role
* Fix bug in nvs deletion of `ble_dev_record`.
This commit is contained in:
committed by
Jiang Jiang Jian
parent
266a5e48f7
commit
3dfcaee9bd
Submodule components/bt/host/nimble/nimble updated: 1b808fcb80...f04c92400a
@@ -463,7 +463,8 @@ blecent_gap_event(struct ble_gap_event *event, void *arg)
|
|||||||
event->notify_rx.attr_handle,
|
event->notify_rx.attr_handle,
|
||||||
OS_MBUF_PKTLEN(event->notify_rx.om));
|
OS_MBUF_PKTLEN(event->notify_rx.om));
|
||||||
|
|
||||||
/* Attribute data is contained in event->notify_rx.attr_data. */
|
/* Attribute data is contained in event->notify_rx.om. Use
|
||||||
|
* `os_mbuf_copydata` to copy the data received in notification mbuf */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case BLE_GAP_EVENT_MTU:
|
case BLE_GAP_EVENT_MTU:
|
||||||
|
Reference in New Issue
Block a user