ESP-IDF
tBTM_BLE_ADV_DATA::p_service_32b
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_ADV_DATA::p_service_32b
tBTM_BLE_ADV_DATA::p_service_32b field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:467
tBTM_BLE_32SERVICE
*
p_service_32b
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_32SERVICE
*
p_service_32b
;
/* 32 bits Service UUID */
btm_ble_api.h:467
p_data
&&
p_data
->
p_service_32b
&&
btm_ble_gap.c:2328
btm_ble_build_adv_data()
p_data
->
p_service_32b
->
num_service
!=
0
&&
btm_ble_gap.c:2329
btm_ble_build_adv_data()
p_data
->
p_service_32b
->
p_uuid
)
{
btm_ble_gap.c:2330
btm_ble_build_adv_data()
if
(
(
p_data
->
p_service_32b
->
num_service
*
LEN_UUID_32
)
>
(
len
-
MIN_ADV_LENGTH
)
)
{
btm_ble_gap.c:2331
btm_ble_build_adv_data()
cp_len
=
p_data
->
p_service_32b
->
num_service
;
btm_ble_gap.c:2336
btm_ble_build_adv_data()
UINT32_TO_STREAM
(
p
,
*
(
p_data
->
p_service_32b
->
p_uuid
+
i
)
)
;
btm_ble_gap.c:2341
btm_ble_build_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_ADV_DATA::p_service_32b
is read by 1 function:
All items filtered out
tBTM_BLE_ADV_DATA::p_service_32b
btm_ble_build_adv_data()
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