mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-23 10:19:59 +00:00
nimble/gap: Add listener call to notify_rx event
This commit is contained in:
committed by
Łukasz Rymanowski
parent
9f6cbefc59
commit
3dac1c574a
@@ -5171,6 +5171,7 @@ ble_gap_notify_rx_event(uint16_t conn_handle, uint16_t attr_handle,
|
||||
event.notify_rx.attr_handle = attr_handle;
|
||||
event.notify_rx.om = om;
|
||||
event.notify_rx.indication = is_indication;
|
||||
ble_gap_event_listener_call(&event);
|
||||
ble_gap_call_conn_event_cb(&event, conn_handle);
|
||||
|
||||
os_mbuf_free_chain(event.notify_rx.om);
|
||||
|
||||
Reference in New Issue
Block a user