ESP-IDF
esp_gatt_id_t
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
esp_gatt_id_t
esp_gatt_id_t struct
Represents a GATT identifier.
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:347
typedef
struct
{
esp_bt_uuid_t
uuid
;
uint8_t
inst_id
;
}
__attribute__
(
(
packed
)
)
esp_gatt_id_t
;
Fields
Field
Declared as
Description
esp_gatt_id_t::uuid
esp_bt_uuid_t
The UUID component of the GATT ID.
esp_gatt_id_t::inst_id
uint8_t
The instance ID component of the GATT ID, providing further differentiation of the GATT ID.
Related Functions
Found 2 other functions taking a
esp_gatt_id_t
argument:
Function
Description
bta_to_btc_gatt_id()
BTA -> BTC conversion functions
btc_to_bta_gatt_id()
BTC -> BTA conversion functions
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