ESP-IDF
tBTM_BLE_SERVICE_DATA::service_uuid
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_SERVICE_DATA::service_uuid
tBTM_BLE_SERVICE_DATA::service_uuid field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:446
tBT_UUID
service_uuid
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
service_uuid
;
btm_ble_api.h:446
if
(
len
>
(
p_data
->
p_service_data
->
service_uuid
.
len
+
MIN_ADV_LENGTH
)
)
{
btm_ble_gap.c:2395
btm_ble_build_adv_data()
cp_len
=
len
-
MIN_ADV_LENGTH
-
p_data
->
p_service_data
->
service_uuid
.
len
;
btm_ble_gap.c:2397
btm_ble_build_adv_data()
*
p
++
=
cp_len
+
1
+
p_data
->
p_service_data
->
service_uuid
.
len
;
btm_ble_gap.c:2402
btm_ble_build_adv_data()
if
(
p_data
->
p_service_data
->
service_uuid
.
len
==
LEN_UUID_16
)
{
btm_ble_gap.c:2403
btm_ble_build_adv_data()
UINT16_TO_STREAM
(
p
,
p_data
->
p_service_data
->
service_uuid
.
uu
.
uuid16
)
;
btm_ble_gap.c:2405
btm_ble_build_adv_data()
}
else
if
(
p_data
->
p_service_data
->
service_uuid
.
len
==
LEN_UUID_32
)
{
btm_ble_gap.c:2406
btm_ble_build_adv_data()
UINT32_TO_STREAM
(
p
,
p_data
->
p_service_data
->
service_uuid
.
uu
.
uuid32
)
;
btm_ble_gap.c:2408
btm_ble_build_adv_data()
ARRAY_TO_STREAM
(
p
,
p_data
->
p_service_data
->
service_uuid
.
uu
.
uuid128
,
btm_ble_gap.c:2411
btm_ble_build_adv_data()
len
-=
(
cp_len
+
MIN_ADV_LENGTH
+
p_data
->
p_service_data
->
service_uuid
.
len
)
;
btm_ble_gap.c:2417
btm_ble_build_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_SERVICE_DATA::service_uuid
is read by 1 function:
All items filtered out
tBTM_BLE_SERVICE_DATA::service_uuid
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