ESP-IDF
tGAP_ATTR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGAP_ATTR
tGAP_ATTR struct
Syntax
Show:
Summary
Declaration
from
gap_int.h:98
typedef
struct
{
UINT16
handle
;
UINT16
uuid
;
tGAP_BLE_ATTR_VALUE
attr_value
;
}
tGAP_ATTR
;
Fields
Field
Declared as
tGAP_ATTR::handle
UINT16
tGAP_ATTR::uuid
UINT16
tGAP_ATTR::attr_value
tGAP_BLE_ATTR_VALUE
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gap_int.h:98
}
tGAP_ATTR
;
gap_int.h:102
tGAP_ATTR
*
p_db_attr
=
gap_cb
.
gap_attr
;
gap_ble.c:210
gap_read_attr_value()
tGAP_ATTR
*
p_db_attr
=
gap_cb
.
gap_attr
;
gap_ble.c:296
gap_proc_write_req()
tGAP_ATTR
*
p_db_attr
=
&
gap_cb
.
gap_attr
[
0
]
;
gap_ble.c:398
gap_attr_db_init()
memset
(
gap_cb
.
gap_attr
,
0
,
sizeof
(
tGAP_ATTR
)
*
GAP_MAX_CHAR_NUM
)
;
gap_ble.c:403
gap_attr_db_init()
tGAP_ATTR
*
p_db_attr
=
gap_cb
.
gap_attr
;
gap_ble.c:493
GAP_BleAttrDBUpdate()
}
tGAP_ATTR
;
gap_int.h:102
tGAP_ATTR
tGAP_ATTR
gap_attr
[
GAP_MAX_CHAR_NUM
]
;
gap_int.h:139
tGAP_CB
tGAP_CB::gap_attr
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
tGAP_CB::gap_attr
tGAP_CB
gap_int.h:139
Lifecycle
from
examples
All items filtered out
All items filtered out