Searched refs:ble_npl_event_fn (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/ |
D | npl_freertos.h | 33 typedef void ble_npl_event_fn(struct ble_npl_event *ev); typedef 37 ble_npl_event_fn *fn; 94 ble_npl_event_fn *ev_cb, void *ev_arg);
|
D | nimble_npl.h | 19 typedef void ble_npl_event_fn(struct ble_npl_event *ev); typedef 66 void ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, 112 ble_npl_event_fn *ev_cb, void *ev_arg);
|
D | nimble_npl_os.h | 50 typedef void ble_npl_event_fn(struct ble_npl_event *ev); typedef 90 void (*p_ble_npl_event_init)(struct ble_npl_event *, ble_npl_event_fn *, void *); 105 …e_npl_callout_init)(struct ble_npl_callout *, struct ble_npl_eventq *, ble_npl_event_fn *, void *); 185 IRAM_ATTR ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in ble_npl_event_init() 265 ble_npl_event_fn *ev_cb, void *ev_arg) in ble_npl_callout_init()
|
/hal_espressif-latest/components/bt/porting/include/os/ |
D | os_mbuf.h | 265 int r_os_mqueue_init(struct os_mqueue *mq, ble_npl_event_fn *ev_cb, void *arg); 725 int os_mqueue_init(struct os_mqueue *mq, ble_npl_event_fn *ev_cb, void *arg);
|
/hal_espressif-latest/components/bt/porting/npl/freertos/src/ |
D | npl_os_freertos.c | 89 IRAM_ATTR npl_freertos_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in npl_freertos_event_init() 641 ble_npl_event_fn *ev_cb, void *ev_arg) in npl_freertos_callout_init()
|