ESP-IDF
esp_gattc_incl_svc_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_incl_svc_elem_t
esp_gattc_incl_svc_elem_t struct
Represents an included GATT service element.
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:678
typedef
struct
{
uint16_t
handle
;
uint16_t
incl_srvc_s_handle
;
uint16_t
incl_srvc_e_handle
;
esp_bt_uuid_t
uuid
;
}
esp_gattc_incl_svc_elem_t
;
Fields
Field
Declared as
Description
esp_gattc_incl_svc_elem_t::handle
uint16_t
Current attribute handle of the included service.
esp_gattc_incl_svc_elem_t::incl_srvc_s_handle
uint16_t
Start handle of the included service.
esp_gattc_incl_svc_elem_t::incl_srvc_e_handle
uint16_t
End handle of the included service.
esp_gattc_incl_svc_elem_t::uuid
esp_bt_uuid_t
Included service UUID.
Related Functions
Found 2 other functions taking a
esp_gattc_incl_svc_elem_t
argument:
Function
Description
btc_ble_gattc_get_include_service()
esp_ble_gattc_get_include_service()
Get the included services with the given service handle in the local GATTC cache.
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