ESP-IDF
BTM_BLE_CONN_AUTO
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
BTM_BLE_CONN_AUTO
BTM_BLE_CONN_AUTO value
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:939
BTM_BLE_CONN_AUTO
;
Examples
References
from
examples
Code
Location
Referrer
BTM_BLE_CONN_AUTO
,
btm_ble_api.h:939
if
(
btm_cb
.
ble_ctr_cb
.
bg_conn_type
==
BTM_BLE_CONN_AUTO
)
{
btm_ble_bgconn.c:667
btm_ble_suspend_bg_conn()
if
(
p_cb
->
bg_conn_type
==
BTM_BLE_CONN_AUTO
)
{
btm_ble_bgconn.c:751
btm_ble_resume_bg_conn()
case
BTM_BLE_CONN_AUTO
:
btm_ble_gap.c:1250
BTM_BleSetBgConnType()
if
(
btm_cb
.
ble_ctr_cb
.
bg_conn_type
==
BTM_BLE_CONN_AUTO
)
{
btm_ble_gap.c:1255
BTM_BleSetBgConnType()
if
(
btm_cb
.
ble_ctr_cb
.
bg_conn_type
==
BTM_BLE_CONN_AUTO
)
{
btm_ble_gap.c:1262
BTM_BleSetBgConnType()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTM_BLE_CONN_AUTO
is read by 3 functions:
All items filtered out
BTM_BLE_CONN_AUTO
btm_ble_suspend_bg_conn()
btm_ble_resume_bg_conn()
BTM_BleSetBgConnType()
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