ESP-IDF
tBTA_GATTS_REQ
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_GATTS_REQ
tBTA_GATTS_REQ struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:571
typedef
struct
{
tBTA_GATT_STATUS
status
;
BD_ADDR
remote_bda
;
UINT32
trans_id
;
UINT16
conn_id
;
UINT16
handle
;
tBTA_GATTS_REQ_DATA
*
p_data
;
UINT16
data_len
;
UINT8
*
value
;
}
tBTA_GATTS_REQ
;
Fields
Field
Declared as
tBTA_GATTS_REQ::status
tBTA_GATT_STATUS
tBTA_GATTS_REQ::remote_bda
BD_ADDR
tBTA_GATTS_REQ::trans_id
UINT32
tBTA_GATTS_REQ::conn_id
UINT16
tBTA_GATTS_REQ::handle
UINT16
tBTA_GATTS_REQ::p_data
tBTA_GATTS_REQ_DATA
*
tBTA_GATTS_REQ::data_len
UINT16
tBTA_GATTS_REQ::value
UINT8
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatt_api.h:571
}
tBTA_GATTS_REQ
;
bta_gatt_api.h:580
tBTA_GATTS_REQ
tBTA_GATTS_REQ
req_data
;
bta_gatt_api.h:670
tBTA_GATTS
tBTA_GATTS::req_data
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
tBTA_GATTS::req_data
tBTA_GATTS
bta_gatt_api.h:670
Lifecycle
from
examples
All items filtered out
All items filtered out