ESP-IDF
tBTM_BLE_ADV_DATA::p_service_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_data
tBTM_BLE_ADV_DATA::p_service_data field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:472
tBTM_BLE_SERVICE_DATA
*
p_service_data
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_SERVICE_DATA
*
p_service_data
;
/* service data */
btm_ble_api.h:472
p_data
&&
p_data
->
p_service_data
->
len
!=
0
&&
p_data
->
p_service_data
->
p_val
)
{
btm_ble_gap.c:2394
btm_ble_build_adv_data()
if
(
len
>
(
p_data
->
p_service_data
->
service_uuid
.
len
+
MIN_ADV_LENGTH
)
)
{
btm_ble_gap.c:2395
btm_ble_build_adv_data()
if
(
p_data
->
p_service_data
->
len
>
(
len
-
MIN_ADV_LENGTH
)
)
{
btm_ble_gap.c:2396
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()
cp_len
=
p_data
->
p_service_data
->
len
;
btm_ble_gap.c:2399
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()
ARRAY_TO_STREAM
(
p
,
p_data
->
p_service_data
->
p_val
,
cp_len
)
;
btm_ble_gap.c:2415
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_ADV_DATA::p_service_data
is read by 1 function:
All items filtered out
tBTM_BLE_ADV_DATA::p_service_data
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