nimble/gap: Add listener call to notify_rx event

This commit is contained in:
mnasr93
2019-04-12 22:37:50 +02:00
committed by Łukasz Rymanowski
parent 9f6cbefc59
commit 3dac1c574a
+1
View File
@@ -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);