ESP-IDF
bt_data::data_len
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
bt_data::data_len
bt_data::data_len field
Syntax
Show:
Summary
Declaration
from
glue.h:336
uint8_t
data_len
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
data_len
;
glue.h:336
ad
.
data_len
=
buf
->
om_len
;
adv_legacy.c:109
adv_send()
buf
[
(
*
buf_len
)
++
]
=
ad
[
i
]
.
data_len
+
1
;
glue.c:660
set_ad()
ad
[
i
]
.
data_len
)
;
glue.c:664
set_ad()
*
buf_len
+=
ad
[
i
]
.
data_len
;
glue.c:665
set_ad()
BT_DATA_BYTES
(
BT_DATA_FLAGS
,
(
BT_LE_AD_GENERAL
|
BT_LE_AD_NO_BREDR
)
)
,
pb_gatt_srv.c:355
BT_DATA_BYTES
(
BT_DATA_UUID16_ALL
,
pb_gatt_srv.c:356
BT_DATA
(
BT_DATA_SVC_DATA16
,
prov_svc_data
,
sizeof
(
prov_svc_data
)
)
,
pb_gatt_srv.c:358
prov_sd
[
0
]
.
data_len
=
uri_len
;
pb_gatt_srv.c:391
gatt_prov_adv_create()
BT_DATA_BYTES
(
BT_DATA_FLAGS
,
(
BT_LE_AD_GENERAL
|
BT_LE_AD_NO_BREDR
)
)
,
proxy_srv.c:405
BT_DATA_BYTES
(
BT_DATA_UUID16_ALL
,
proxy_srv.c:406
BT_DATA
(
BT_DATA_SVC_DATA16
,
proxy_svc_data
,
NODE_ID_LEN
)
,
proxy_srv.c:408
BT_DATA_BYTES
(
BT_DATA_FLAGS
,
(
BT_LE_AD_GENERAL
|
BT_LE_AD_NO_BREDR
)
)
,
proxy_srv.c:412
BT_DATA_BYTES
(
BT_DATA_UUID16_ALL
,
proxy_srv.c:413
BT_DATA
(
BT_DATA_SVC_DATA16
,
proxy_svc_data
,
NET_ID_LEN
)
,
proxy_srv.c:415
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_data::data_len
is written by 2 functions and is read by 1 function:
adv_send()
gatt_prov_adv_create()
All items filtered out
bt_data::data_len
set_ad()
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