ESP-IDF
ble_npl_event_fn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_npl_event_fn
ble_npl_event_fn
Syntax
Show:
Summary
Declaration
from
nimble_npl.h:32
typedef
void
ble_npl_event_fn
(
struct
ble_npl_event
*
ev
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
void
ble_npl_event_fn
(
struct
ble_npl_event
*
ev
)
;
nimble_npl.h:32
typedef
void
ble_npl_event_fn
(
struct
ble_npl_event
*
ev
)
;
nimble_npl_os.h:61
typedef
void
ble_npl_event_fn
(
struct
ble_npl_event
*
ev
)
;
npl_freertos.h:27
static
ble_npl_event_fn
ble_hs_flow_event_cb
;
ble_hs_flow.c:38
ble_mqueue_init
(
struct
ble_mqueue
*
mq
,
ble_npl_event_fn
*
ev_fn
,
void
*
ev_arg
)
ble_hs_mqueue.c:23
ble_mqueue_init()
ble_mqueue_init()::ev_fn
int
ble_mqueue_init
(
struct
ble_mqueue
*
mq
,
ble_npl_event_fn
*
ev_fn
,
void
*
ev_arg
)
;
ble_hs_priv.h:142
ble_mqueue_init()
ble_mqueue_init()::ev_fn
k_work_init
(
struct
ble_npl_callout
*
work
,
ble_npl_event_fn
handler
)
glue.c:449
k_work_init()
k_work_init()::handler
k_work_init_delayable
(
struct
k_work_delayable
*
w
,
ble_npl_event_fn
*
f
)
glue.c:459
k_work_init_delayable()
k_work_init_delayable()::f
void
k_work_init
(
struct
ble_npl_callout
*
work
,
ble_npl_event_fn
handler
)
;
glue.h:447
k_work_init()
k_work_init()::handler
void
k_work_init_delayable
(
struct
k_work_delayable
*
w
,
ble_npl_event_fn
*
f
)
;
glue.h:448
k_work_init_delayable()
k_work_init_delayable()::f
void
ble_npl_event_init
(
struct
ble_npl_event
*
ev
,
ble_npl_event_fn
*
fn
,
nimble_npl.h:79
ble_npl_event_init()
ble_npl_event_fn
*
ev_cb
,
void
*
ev_arg
)
;
nimble_npl.h:125
ble_npl_callout_init()
void
(
*
p_ble_npl_event_init
)
(
struct
ble_npl_event
*
,
ble_npl_event_fn
*
,
void
*
)
;
nimble_npl_os.h:101
int
(
*
p_ble_npl_callout_init
)
(
struct
ble_npl_callout
*
,
struct
ble_npl_eventq
*
,
ble_npl_event_fn
*
,
void
*
)
;
nimble_npl_os.h:116
ble_npl_event_init
(
struct
ble_npl_event
*
ev
,
ble_npl_event_fn
*
fn
,
nimble_npl_os.h:195
ble_npl_event_init()
ble_npl_event_init()::fn
ble_npl_event_fn
*
ev_cb
,
void
*
ev_arg
)
nimble_npl_os.h:275
ble_npl_callout_init()
ble_npl_callout_init()::ev_cb
ble_npl_event_fn
*
fn
;
npl_freertos.h:31
ble_npl_event_freertos
ble_npl_event_freertos::fn
ble_npl_event_fn
*
ev_cb
,
void
*
ev_arg
)
;
npl_freertos.h:88
npl_freertos_callout_init()
npl_freertos_callout_init()::ev_cb
npl_freertos_event_init
(
struct
ble_npl_event
*
ev
,
ble_npl_event_fn
*
fn
,
npl_os_freertos.c:166
npl_freertos_event_init()
npl_freertos_event_init()::fn
ble_npl_event_fn
*
ev_cb
,
void
*
ev_arg
)
npl_os_freertos.c:698
npl_freertos_callout_init()
npl_freertos_callout_init()::ev_cb
os_mqueue_init
(
struct
os_mqueue
*
mq
,
ble_npl_event_fn
*
ev_cb
,
void
*
arg
)
os_mbuf.c:67
os_mqueue_init()
os_mqueue_init()::ev_cb
int
os_mqueue_init
(
struct
os_mqueue
*
mq
,
ble_npl_event_fn
*
ev_cb
,
void
*
arg
)
;
os_mbuf.h:726
os_mqueue_init()
os_mqueue_init()::ev_cb
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
ble_npl_event_init()::fn
ble_npl_event_init()
nimble_npl_os.h:195
ble_npl_callout_init()::ev_cb
ble_npl_callout_init()
nimble_npl_os.h:275
ble_npl_event_freertos::fn
ble_npl_event_freertos
npl_freertos.h:31
npl_freertos_callout_init()::ev_cb
npl_freertos_callout_init()
npl_freertos.h:88
os_mqueue_init()::ev_cb
os_mqueue_init()
os_mbuf.h:726
ble_mqueue_init()::ev_fn
ble_mqueue_init()
ble_hs_priv.h:142
ble_mqueue_init()::ev_fn
ble_mqueue_init()
ble_hs_mqueue.c:23
os_mqueue_init()::ev_cb
os_mqueue_init()
os_mbuf.c:67
npl_freertos_event_init()::fn
npl_freertos_event_init()
npl_os_freertos.c:166
npl_freertos_callout_init()::ev_cb
npl_freertos_callout_init()
npl_os_freertos.c:698
k_work_init()::handler
k_work_init()
glue.h:447
k_work_init_delayable()::f
k_work_init_delayable()
glue.h:448
k_work_init()::handler
k_work_init()
glue.c:449
k_work_init_delayable()::f
k_work_init_delayable()
glue.c:459
Lifecycle
from
examples
All items filtered out
All items filtered out