ESP-IDF
ble_att_read_type_adata
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
ble_att_read_type_adata
ble_att_read_type_adata struct
An attribute-data entry in a read by type response.
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt_priv.h:30
struct
ble_att_read_type_adata
;
Implemented in
ble_att_priv.h:261
Fields
Field
Declared as
ble_att_read_type_adata::att_handle
uint16_t
ble_att_read_type_adata::value_len
int
ble_att_read_type_adata::value
uint8_t
*
Related Functions
Found 5 other functions taking a
ble_att_read_type_adata
argument:
Function
Description
ble_gattc_rx_read_type_adata()
Dispatches an incoming "attribute data" entry from a read-by-type-response to the appropriate active GATT procedure.
ble_gattc_find_inc_svcs_rx_adata()
Handles an incoming "attribute data" entry from a read-by-type response for the specified find-included-services proc.
ble_gattc_disc_all_chrs_rx_adata()
Handles an incoming "attribute data" entry from a read-by-type response for the specified discover-all-characteristics proc.
ble_gattc_read_uuid_rx_adata()
Handles an incoming "attribute data" entry from a read-by-type response for the specified read-using-characteristic-uuid proc.
ble_gattc_disc_chr_uuid_rx_adata()
Handles an incoming "attribute data" entry from a read-by-type response for the specified discover-characteristics-by-uuid proc.
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_att_read_type_adata
{
ble_att_priv.h:261
struct
ble_att_read_type_adata
;
ble_gatt_priv.h:30
struct
ble_att_read_type_adata
adata
;
ble_att_clt.c:402
ble_att_clt_rx_read_type()
struct
ble_att_read_type_adata
*
adata
)
;
ble_gatt_priv.h:135
ble_gattc_rx_read_type_adata()
ble_gattc_rx_read_type_adata()::adata
struct
ble_att_read_type_adata
*
adata
)
;
ble_gattc.c:359
struct
ble_att_read_type_adata
*
adata
)
ble_gattc.c:2095
ble_gattc_find_inc_svcs_rx_adata()
ble_gattc_find_inc_svcs_rx_adata()::adata
struct
ble_att_read_type_adata
*
adata
)
ble_gattc.c:2341
ble_gattc_disc_all_chrs_rx_adata()
ble_gattc_disc_all_chrs_rx_adata()::adata
struct
ble_att_read_type_adata
*
adata
)
ble_gattc.c:2585
ble_gattc_disc_chr_uuid_rx_adata()
ble_gattc_disc_chr_uuid_rx_adata()::adata
struct
ble_att_read_type_adata
*
adata
)
ble_gattc.c:3154
ble_gattc_read_uuid_rx_adata()
ble_gattc_read_uuid_rx_adata()::adata
struct
ble_att_read_type_adata
*
adata
)
ble_gattc.c:5112
ble_gattc_rx_read_type_adata()
ble_gattc_rx_read_type_adata()::adata
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
Instance
Scope
Location
Project
ble_gattc_rx_read_type_adata()::adata
ble_gattc_rx_read_type_adata()
ble_gatt_priv.h:135
ble_gattc_find_inc_svcs_rx_adata()::adata
ble_gattc_find_inc_svcs_rx_adata()
ble_gattc.c:2095
ble_gattc_disc_all_chrs_rx_adata()::adata
ble_gattc_disc_all_chrs_rx_adata()
ble_gattc.c:2341
ble_gattc_disc_chr_uuid_rx_adata()::adata
ble_gattc_disc_chr_uuid_rx_adata()
ble_gattc.c:2585
ble_gattc_read_uuid_rx_adata()::adata
ble_gattc_read_uuid_rx_adata()
ble_gattc.c:3154
ble_gattc_rx_read_type_adata()::adata
ble_gattc_rx_read_type_adata()
ble_gattc.c:5112
Lifecycle
from
examples
All items filtered out
All items filtered out