ESP-IDF
bt_data::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::type
bt_data::type field
Syntax
Show:
Summary
Declaration
from
glue.h:335
uint8_t
type
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
type
;
glue.h:335
ad
.
type
=
adv_type
[
BT_MESH_ADV
(
buf
)
->
type
]
;
adv_legacy.c:108
adv_send()
buf
[
(
*
buf_len
)
++
]
=
ad
[
i
]
.
type
;
glue.c:661
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
]
.
type
=
BT_DATA_URI
;
pb_gatt_srv.c:390
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::type
is written by 2 functions and is read by 1 function:
adv_send()
gatt_prov_adv_create()
All items filtered out
bt_data::type
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