ESP-IDF
tBTA_GATTS_API_RSP
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_API_RSP
tBTA_GATTS_API_RSP struct
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:121
typedef
struct
{
BT_HDR
hdr
;
UINT32
trans_id
;
tBTA_GATT_STATUS
status
;
tBTA_GATTS_RSP
*
p_rsp
;
}
tBTA_GATTS_API_RSP
;
Fields
Field
Declared as
tBTA_GATTS_API_RSP::hdr
BT_HDR
tBTA_GATTS_API_RSP::trans_id
UINT32
tBTA_GATTS_API_RSP::status
tBTA_GATT_STATUS
tBTA_GATTS_API_RSP::p_rsp
tBTA_GATTS_RSP
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatts_int.h:121
}
tBTA_GATTS_API_RSP
;
bta_gatts_int.h:126
tBTA_GATTS_API_RSP
*
p_buf
;
bta_gatts_api.c:456
BTA_GATTS_SendRsp()
UINT16
len
=
sizeof
(
tBTA_GATTS_API_RSP
)
+
sizeof
(
tBTA_GATTS_RSP
)
;
bta_gatts_api.c:457
BTA_GATTS_SendRsp()
if
(
(
p_buf
=
(
tBTA_GATTS_API_RSP
*
)
osi_malloc
(
len
)
)
!=
NULL
)
{
bta_gatts_api.c:459
BTA_GATTS_SendRsp()
}
tBTA_GATTS_API_RSP
;
bta_gatts_int.h:126
tBTA_GATTS_API_RSP
tBTA_GATTS_API_RSP
api_rsp
;
bta_gatts_int.h:174
tBTA_GATTS_DATA
tBTA_GATTS_DATA::api_rsp
memset
(
&
rsp
,
0
,
sizeof
(
tBTA_GATTS_API_RSP
)
)
;
esp_blufi.c:152
blufi_profile_cb()
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_DATA::api_rsp
tBTA_GATTS_DATA
bta_gatts_int.h:174
Lifecycle
from
examples
All items filtered out
All items filtered out