ESP-IDF
tBTM_BLE_CB::p_select_cback
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
tBTM_BLE_CB::p_select_cback
tBTM_BLE_CB::p_select_cback field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:353
tBTM_BLE_SEL_CBACK
*
p_select_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_SEL_CBACK
*
p_select_cback
;
btm_ble_int.h:353
btm_cb
.
ble_ctr_cb
.
p_select_cback
=
p_select_cback
;
btm_ble_bgconn.c:571
btm_ble_start_select_conn()
p_cb
->
p_select_cback
=
NULL
;
btm_ble_bgconn.c:619
btm_ble_start_select_conn()
ret
=
btm_ble_start_select_conn
(
TRUE
,
btm_cb
.
ble_ctr_cb
.
p_select_cback
)
;
btm_ble_bgconn.c:756
btm_ble_resume_bg_conn()
if
(
btm_cb
.
ble_ctr_cb
.
p_select_cback
==
NULL
||
btm_ble_gap.c:3486
btm_send_sel_conn_callback()
if
(
(
*
btm_cb
.
ble_ctr_cb
.
p_select_cback
)
(
remote_bda
,
remname
)
)
{
btm_ble_gap.c:3507
btm_send_sel_conn_callback()
btm_cb
.
ble_ctr_cb
.
p_select_cback
=
NULL
;
btm_devctl.c:171
reset_complete()
Call Tree
from
examples
tBTM_BLE_CB::p_select_cback
is called by 1 function:
btm_send_sel_conn_callback()
All items filtered out
tBTM_BLE_CB::p_select_cback
All items filtered out
Data Use
from
examples
tBTM_BLE_CB::p_select_cback
is written by 2 functions and is read by 2 functions:
btm_ble_start_select_conn()
reset_complete()
All items filtered out
tBTM_BLE_CB::p_select_cback
btm_ble_resume_bg_conn()
btm_send_sel_conn_callback()
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