ESP-IDF
bt_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_data
bt_data struct
Description of different data types that can be encoded into advertising data. Used to form arrays that are passed to the bt_le_adv_start() function.
Syntax
Show:
Summary
Declaration
from
glue.h:334
struct
bt_data
{
uint8_t
type
;
uint8_t
data_len
;
const
uint8_t
*
data
;
}
;
Fields
Field
Declared as
bt_data::type
uint8_t
bt_data::data_len
uint8_t
bt_data::data
const
uint8_t
*
Related Functions
Found 4 other functions taking a
bt_data
argument:
Function
bt_le_adv_start()
bt_mesh_adv_start()
set_ad()
gatt_prov_adv_create()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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