ESP-IDF
tBTM_BLE_LOCAL_ADV_DATA::p_pad
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_LOCAL_ADV_DATA::p_pad
tBTM_BLE_LOCAL_ADV_DATA::p_pad field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:121
UINT8
*
p_pad
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
*
p_pad
;
btm_ble_int.h:121
p_cb_data
->
p_pad
=
p
;
btm_ble_gap.c:1927
BTM_BleWriteAdvData()
if
(
btsnd_hcic_ble_set_adv_data
(
(
UINT8
)
(
p_cb_data
->
p_pad
-
p_cb_data
->
ad_data
)
,
btm_ble_gap.c:1936
BTM_BleWriteAdvData()
p
=
(
p_adv_data
->
p_pad
==
NULL
)
?
p_adv_data
->
ad_data
:
p_adv_data
->
p_pad
;
btm_ble_gap.c:2963
btm_ble_update_adv_flag()
p
=
p_adv_data
->
p_pad
=
p_adv_data
->
ad_data
;
btm_ble_gap.c:2967
btm_ble_update_adv_flag()
p_adv_data
->
p_pad
=
p
;
btm_ble_gap.c:2975
btm_ble_update_adv_flag()
if
(
btsnd_hcic_ble_set_adv_data
(
(
UINT8
)
(
p_adv_data
->
p_pad
-
p_adv_data
->
ad_data
)
,
btm_ble_gap.c:2978
btm_ble_update_adv_flag()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_LOCAL_ADV_DATA::p_pad
is written by 2 functions and is read by 2 functions:
BTM_BleWriteAdvData()
btm_ble_update_adv_flag()
All items filtered out
tBTM_BLE_LOCAL_ADV_DATA::p_pad
BTM_BleWriteAdvData()
btm_ble_update_adv_flag()
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