ESP-IDF
tBTM_BLE_MULTI_ADV_CB::op_q
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_BLE_MULTI_ADV_CB::op_q
tBTM_BLE_MULTI_ADV_CB::op_q field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:531
tBTM_BLE_MULTI_ADV_OPQ
op_q
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_MULTI_ADV_OPQ
op_q
;
btm_ble_api.h:531
tBTM_BLE_MULTI_ADV_OPQ
*
p_op_q
=
&
btm_multi_adv_cb
.
op_q
;
btm_ble_multi_adv.c:76
btm_ble_multi_adv_enq_op_q()
tBTM_BLE_MULTI_ADV_OPQ
*
p_op_q
=
&
btm_multi_adv_cb
.
op_q
;
btm_ble_multi_adv.c:97
btm_ble_multi_adv_deq_op_q()
btm_multi_adv_cb
.
op_q
.
p_sub_code
=
osi_malloc
(
sizeof
(
UINT8
)
*
btm_ble_multi_adv.c:795
btm_ble_multi_adv_init()
memset
(
btm_multi_adv_cb
.
op_q
.
p_sub_code
,
0
,
btm_ble_multi_adv.c:797
btm_ble_multi_adv_init()
btm_multi_adv_cb
.
op_q
.
p_inst_id
=
osi_malloc
(
sizeof
(
UINT8
)
*
btm_ble_multi_adv.c:800
btm_ble_multi_adv_init()
memset
(
btm_multi_adv_cb
.
op_q
.
p_inst_id
,
0
,
btm_ble_multi_adv.c:802
btm_ble_multi_adv_init()
if
(
btm_multi_adv_cb
.
op_q
.
p_sub_code
)
{
btm_ble_multi_adv.c:839
btm_ble_multi_adv_cleanup()
osi_free
(
btm_multi_adv_cb
.
op_q
.
p_sub_code
)
;
btm_ble_multi_adv.c:840
btm_ble_multi_adv_cleanup()
btm_multi_adv_cb
.
op_q
.
p_sub_code
=
NULL
;
btm_ble_multi_adv.c:841
btm_ble_multi_adv_cleanup()
if
(
btm_multi_adv_cb
.
op_q
.
p_inst_id
)
{
btm_ble_multi_adv.c:844
btm_ble_multi_adv_cleanup()
osi_free
(
btm_multi_adv_cb
.
op_q
.
p_inst_id
)
;
btm_ble_multi_adv.c:845
btm_ble_multi_adv_cleanup()
btm_multi_adv_cb
.
op_q
.
p_inst_id
=
NULL
;
btm_ble_multi_adv.c:846
btm_ble_multi_adv_cleanup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_MULTI_ADV_CB::op_q
is read by 2 functions:
All items filtered out
tBTM_BLE_MULTI_ADV_CB::op_q
btm_ble_multi_adv_init()
btm_ble_multi_adv_cleanup()
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
Lifecycle
from
examples
All items filtered out
All items filtered out