ESP-IDF
esp_gattc_service_elem_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_gattc_service_elem_t
esp_gattc_service_elem_t struct
Represents a GATT service element.
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:657
typedef
struct
{
bool
is_primary
;
uint16_t
start_handle
;
uint16_t
end_handle
;
esp_bt_uuid_t
uuid
;
}
esp_gattc_service_elem_t
;
Fields
Field
Declared as
Description
esp_gattc_service_elem_t::is_primary
bool
Indicates if the service is primary.
esp_gattc_service_elem_t::start_handle
uint16_t
Service start handle.
esp_gattc_service_elem_t::end_handle
uint16_t
Service end handle.
esp_gattc_service_elem_t::uuid
esp_bt_uuid_t
Service UUID.
Related Functions
Found 2 other functions taking a
esp_gattc_service_elem_t
argument:
Function
Description
esp_ble_gattc_get_service()
Get the service with the given service UUID in the local GATTC cache
btc_ble_gattc_get_service()
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