ESP-IDF
tBTM_BLE_INQ_CB::adv_interval_max
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_INQ_CB::adv_interval_max
tBTM_BLE_INQ_CB::adv_interval_max field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:157
UINT16
adv_interval_max
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
adv_interval_max
;
btm_ble_int.h:157
(
UINT16
)
(
p_cb
->
adv_interval_max
?
p_cb
->
adv_interval_max
:
btm_ble_gap.c:399
BTM_BleUpdateAdvFilterPolicy()
(
UINT16
)
(
p_cb
->
adv_interval_max
?
p_cb
->
adv_interval_max
:
btm_ble_gap.c:648
BTM_BleBroadcast()
p_cb
->
adv_interval_max
=
adv_int_max
;
btm_ble_gap.c:1482
BTM_BleSetAdvParams()
p_cb
->
adv_interval_max
,
btm_ble_gap.c:1498
BTM_BleSetAdvParams()
p_cb
->
adv_interval_max
=
adv_int_max
;
btm_ble_gap.c:1561
BTM_BleSetAdvParamsAll()
*
adv_int_max
=
p_cb
->
adv_interval_max
;
btm_ble_gap.c:1633
BTM_BleReadAdvParams()
if
(
p_cb
->
adv_interval_min
&&
p_cb
->
adv_interval_max
)
{
btm_ble_gap.c:2470
btm_ble_select_adv_interval()
*
p_adv_int_max
=
p_cb
->
adv_interval_max
;
btm_ble_gap.c:2472
btm_ble_select_adv_interval()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_INQ_CB::adv_interval_max
is written by 2 functions and is read by 5 functions:
BTM_BleSetAdvParams()
BTM_BleSetAdvParamsAll()
All items filtered out
tBTM_BLE_INQ_CB::adv_interval_max
BTM_BleUpdateAdvFilterPolicy()
BTM_BleBroadcast()
BTM_BleSetAdvParams()
BTM_BleReadAdvParams()
btm_ble_select_adv_interval()
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