ESP-IDF
tBTA_GATTS_API_SET_ATTR_VAL
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_API_SET_ATTR_VAL
tBTA_GATTS_API_SET_ATTR_VAL struct
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:128
typedef
struct
{
BT_HDR
hdr
;
UINT16
length
;
UINT8
*
value
;
}
tBTA_GATTS_API_SET_ATTR_VAL
;
Fields
Field
Declared as
tBTA_GATTS_API_SET_ATTR_VAL::hdr
BT_HDR
tBTA_GATTS_API_SET_ATTR_VAL::length
UINT16
tBTA_GATTS_API_SET_ATTR_VAL::value
UINT8
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatts_int.h:128
}
tBTA_GATTS_API_SET_ATTR_VAL
;
bta_gatts_int.h:132
tBTA_GATTS_API_SET_ATTR_VAL
*
p_buf
;
bta_gatts_api.c:481
BTA_SetAttributeValue()
UINT16
len
=
sizeof
(
tBTA_GATTS_API_SET_ATTR_VAL
)
;
bta_gatts_api.c:482
BTA_SetAttributeValue()
if
(
(
p_buf
=
(
tBTA_GATTS_API_SET_ATTR_VAL
*
)
osi_malloc
(
bta_gatts_api.c:483
BTA_SetAttributeValue()
sizeof
(
tBTA_GATTS_API_SET_ATTR_VAL
)
)
)
!=
NULL
)
{
bta_gatts_api.c:484
BTA_SetAttributeValue()
}
tBTA_GATTS_API_SET_ATTR_VAL
;
bta_gatts_int.h:132
tBTA_GATTS_API_SET_ATTR_VAL
tBTA_GATTS_API_SET_ATTR_VAL
api_set_val
;
bta_gatts_int.h:175
tBTA_GATTS_DATA
tBTA_GATTS_DATA::api_set_val
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_set_val
tBTA_GATTS_DATA
bta_gatts_int.h:175
Lifecycle
from
examples
All items filtered out
All items filtered out