ESP-IDF
tBTA_GATTS_API_ADD_DESCR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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_API_ADD_DESCR
tBTA_GATTS_API_ADD_DESCR struct
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:105
typedef
struct
{
BT_HDR
hdr
;
tBT_UUID
descr_uuid
;
tBTA_GATT_PERM
perm
;
tBTA_GATTS_ATTR_CONTROL
control
;
tBTA_GATT_ATTR_VAL
attr_val
;
}
tBTA_GATTS_API_ADD_DESCR
;
Fields
Field
Declared as
tBTA_GATTS_API_ADD_DESCR::hdr
BT_HDR
tBTA_GATTS_API_ADD_DESCR::descr_uuid
tBT_UUID
tBTA_GATTS_API_ADD_DESCR::perm
tBTA_GATT_PERM
tBTA_GATTS_API_ADD_DESCR::control
tBTA_GATTS_ATTR_CONTROL
tBTA_GATTS_API_ADD_DESCR::attr_val
tBTA_GATT_ATTR_VAL
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatts_int.h:105
}
tBTA_GATTS_API_ADD_DESCR
;
bta_gatts_int.h:111
tBTA_GATTS_API_ADD_DESCR
*
p_buf
;
bta_gatts_api.c:277
BTA_GATTS_AddCharDescriptor()
if
(
(
p_buf
=
(
tBTA_GATTS_API_ADD_DESCR
*
)
osi_malloc
(
sizeof
(
tBTA_GATTS_API_ADD_DESCR
)
)
)
!=
NULL
)
{
bta_gatts_api.c:280
BTA_GATTS_AddCharDescriptor()
memset
(
p_buf
,
0
,
sizeof
(
tBTA_GATTS_API_ADD_DESCR
)
)
;
bta_gatts_api.c:281
BTA_GATTS_AddCharDescriptor()
}
tBTA_GATTS_API_ADD_DESCR
;
bta_gatts_int.h:111
tBTA_GATTS_API_ADD_DESCR
tBTA_GATTS_API_ADD_DESCR
api_add_char_descr
;
bta_gatts_int.h:171
tBTA_GATTS_DATA
tBTA_GATTS_DATA::api_add_char_descr
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_add_char_descr
tBTA_GATTS_DATA
bta_gatts_int.h:171
Lifecycle
from
examples
All items filtered out
All items filtered out