ESP-IDF
BTM_BLE_CONN_SELECTIVE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_SELECTIVE
BTM_BLE_CONN_SELECTIVE value
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:940
BTM_BLE_CONN_SELECTIVE
;
Examples
References
from
examples
Code
Location
Referrer
BTM_BLE_CONN_SELECTIVE
btm_ble_api.h:940
}
else
if
(
btm_cb
.
ble_ctr_cb
.
bg_conn_type
==
BTM_BLE_CONN_SELECTIVE
)
{
btm_ble_bgconn.c:669
btm_ble_suspend_bg_conn()
if
(
p_cb
->
bg_conn_type
==
BTM_BLE_CONN_SELECTIVE
)
{
btm_ble_bgconn.c:755
btm_ble_resume_bg_conn()
case
BTM_BLE_CONN_SELECTIVE
:
btm_ble_gap.c:1254
BTM_BleSetBgConnType()
}
else
if
(
btm_cb
.
ble_ctr_cb
.
bg_conn_type
==
BTM_BLE_CONN_SELECTIVE
)
{
btm_ble_gap.c:1264
BTM_BleSetBgConnType()
if
(
btm_cb
.
ble_ctr_cb
.
bg_conn_type
==
BTM_BLE_CONN_SELECTIVE
)
{
btm_ble_gap.c:3671
btm_ble_process_last_adv_pkt()
if
(
btm_cb
.
ble_ctr_cb
.
bg_conn_type
==
BTM_BLE_CONN_SELECTIVE
)
{
btm_ble_gap.c:3808
btm_ble_process_adv_pkt_cont()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTM_BLE_CONN_SELECTIVE
is read by 5 functions:
All items filtered out
BTM_BLE_CONN_SELECTIVE
btm_ble_suspend_bg_conn()
btm_ble_resume_bg_conn()
BTM_BleSetBgConnType()
btm_ble_process_last_adv_pkt()
btm_ble_process_adv_pkt_cont()
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