kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'nimble/fix_broadcaster_role' into 'master'
NimBLE: Add custom logging support, fix build error for broadcaster role, NVS peer_dev_records fix See merge request espressif/esp-idf!13204pull/7041/head
commit
95dfdf7680
|
@ -1 +1 @@
|
||||||
Subproject commit 1b808fcb809c6ceb74c83c0a09f07a63580ca91c
|
Subproject commit f04c92400a44ee16e6ee6c02e9247f6d3e213dda
|
|
@ -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:
|
||||||
|
|
Ładowanie…
Reference in New Issue