ESP-IDF
tBTA_GATTS_API_INDICATION
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_INDICATION
tBTA_GATTS_API_INDICATION struct
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:113
typedef
struct
{
BT_HDR
hdr
;
UINT16
attr_id
;
UINT16
len
;
BOOLEAN
need_confirm
;
UINT8
value
[
BTA_GATT_MAX_ATTR_LEN
]
;
}
tBTA_GATTS_API_INDICATION
;
Fields
Field
Declared as
tBTA_GATTS_API_INDICATION::hdr
BT_HDR
tBTA_GATTS_API_INDICATION::attr_id
UINT16
tBTA_GATTS_API_INDICATION::len
UINT16
tBTA_GATTS_API_INDICATION::need_confirm
BOOLEAN
tBTA_GATTS_API_INDICATION::value
UINT8
[
BTA_GATT_MAX_ATTR_LEN
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatts_int.h:113
}
tBTA_GATTS_API_INDICATION
;
bta_gatts_int.h:119
tBTA_GATTS_API_INDICATION
*
p_buf
;
bta_gatts_api.c:414
BTA_GATTS_HandleValueIndication()
UINT16
len
=
sizeof
(
tBTA_GATTS_API_INDICATION
)
;
bta_gatts_api.c:415
BTA_GATTS_HandleValueIndication()
if
(
(
p_buf
=
(
tBTA_GATTS_API_INDICATION
*
)
osi_malloc
(
len
)
)
!=
NULL
)
{
bta_gatts_api.c:417
BTA_GATTS_HandleValueIndication()
}
tBTA_GATTS_API_INDICATION
;
bta_gatts_int.h:119
tBTA_GATTS_API_INDICATION
tBTA_GATTS_API_INDICATION
api_indicate
;
bta_gatts_int.h:173
tBTA_GATTS_DATA
tBTA_GATTS_DATA::api_indicate
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_indicate
tBTA_GATTS_DATA
bta_gatts_int.h:173
Lifecycle
from
examples
All items filtered out
All items filtered out