ESP-IDF
bt_data::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
bt_data::data
bt_data::data field
Syntax
Show:
Summary
Declaration
from
glue.h:337
const
uint8_t
*
data
;
Examples
References
from
examples
Code
Location
Referrer
const
uint8_t
*
data
;
glue.h:337
ad
.
data
=
buf
->
om_data
;
adv_legacy.c:110
adv_send()
memcpy
(
&
buf
[
*
buf_len
]
,
ad
[
i
]
.
data
,
glue.c:663
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
=
(
const
uint8_t
*
)
prov
->
uri
;
pb_gatt_srv.c:392
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
is written by 2 functions and is read by 1 function:
adv_send()
gatt_prov_adv_create()
All items filtered out
bt_data::data
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