ESP-IDF
tBTM_BLE_INQ_CB::directed_conn
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_INQ_CB::directed_conn
tBTM_BLE_INQ_CB::directed_conn field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:167
tBTM_BLE_EVT
directed_conn
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_EVT
directed_conn
;
btm_ble_int.h:167
p_cb
->
inq_var
.
directed_conn
=
BTM_BLE_CONNECT_EVT
;
btm_ble.c:2014
btm_ble_connected()
p_cb
->
directed_conn
=
connectable_mode
;
btm_ble_gap.c:1348
BTM_BleSetConnectableMode()
evt_type
=
p_cb
->
directed_conn
;
btm_ble_gap.c:1377
btm_set_conn_mode_adv_init_addr()
if
(
p_cb
->
directed_conn
==
BTM_BLE_CONNECT_DIR_EVT
||
btm_ble_gap.c:1379
btm_set_conn_mode_adv_init_addr()
p_cb
->
directed_conn
==
BTM_BLE_CONNECT_LO_DUTY_DIR_EVT
)
{
btm_ble_gap.c:1380
btm_set_conn_mode_adv_init_addr()
btm_cb
.
ble_ctr_cb
.
inq_var
.
directed_conn
=
FALSE
;
btm_ble_gap.c:4411
btm_ble_dir_adv_tout()
btm_cb
.
ble_ctr_cb
.
inq_var
.
directed_conn
=
BTM_BLE_CONNECT_EVT
;
btm_ble_gap.c:4490
btm_ble_update_link_topology_mask()
btm_cb
.
ble_ctr_cb
.
inq_var
.
directed_conn
=
BTM_BLE_CONNECT_EVT
;
btm_ble_gap.c:4512
btm_ble_update_mode_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_INQ_CB::directed_conn
is written by 5 functions and is read by 1 function:
btm_ble_connected()
BTM_BleSetConnectableMode()
btm_ble_dir_adv_tout()
btm_ble_update_link_topology_mask()
btm_ble_update_mode_operation()
All items filtered out
tBTM_BLE_INQ_CB::directed_conn
btm_set_conn_mode_adv_init_addr()
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