ESP-IDF
tGATT_ATTR16::handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
tGATT_ATTR16::handle
tGATT_ATTR16::handle field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:193
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
gatt_int.h:193
while
(
p_attr
&&
p_attr
->
handle
<=
e_handle
)
{
gatt_db.c:352
gatts_db_read_attr_value_by_type()
if
(
p_attr
->
handle
>=
s_handle
&&
gatt_uuid_compare
(
type
,
attr_uuid
)
)
{
gatt_db.c:364
gatts_db_read_attr_value_by_type()
UINT16_TO_STREAM
(
p
,
p_attr
->
handle
)
;
gatt_db.c:370
gatts_db_read_attr_value_by_type()
status
=
gatts_send_app_read_request
(
p_tcb
,
op_code
,
p_attr
->
handle
,
0
,
trans_id
,
need_rsp
)
;
gatt_db.c:377
gatts_db_read_attr_value_by_type()
status
=
gatts_send_app_read_request
(
p_tcb
,
op_code
,
p_attr
->
handle
,
0
,
trans_id
,
need_rsp
)
;
gatt_db.c:384
gatts_db_read_attr_value_by_type()
*
p_cur_handle
=
p_attr
->
handle
;
gatt_db.c:407
gatts_db_read_attr_value_by_type()
return
p_attr
->
handle
;
gatt_db.c:486
gatts_add_included_service()
p_char_decl
->
p_value
->
char_decl
.
char_val_handle
=
p_char_val
->
handle
;
gatt_db.c:540
gatts_add_characteristic()
GATT_TRACE_DEBUG
(
"attribute handle = %x\n"
,
p_char_val
->
handle
)
;
gatt_db.c:553
gatts_add_characteristic()
return
p_char_val
->
handle
;
gatt_db.c:580
gatts_add_characteristic()
return
p_char_dscptr
->
handle
;
gatt_db.c:698
gatts_add_char_descr()
if
(
p_cur
->
handle
==
attr_handle
)
{
gatt_db.c:738
gatts_set_attribute_value()
if
(
p_cur
->
handle
==
attr_handle
)
{
gatt_db.c:885
gatts_get_attribute_value()
if
(
p_cur
->
handle
==
attr_handle
)
{
gatt_db.c:953
gatts_is_auto_response()
while
(
p_attr
&&
handle
>=
p_attr
->
handle
)
{
gatt_db.c:1006
gatts_read_attr_value_by_handle()
if
(
p_attr
->
handle
==
handle
)
{
gatt_db.c:1007
gatts_read_attr_value_by_handle()
status
=
gatts_send_app_read_request
(
p_tcb
,
op_code
,
p_attr
->
handle
,
offset
,
trans_id
,
need_rsp
)
;
gatt_db.c:1014
gatts_read_attr_value_by_handle()
while
(
p_attr
&&
handle
>=
p_attr
->
handle
)
{
gatt_db.c:1036
gatts_write_attr_value_by_handle()
if
(
p_attr
->
handle
==
handle
)
{
gatt_db.c:1037
gatts_write_attr_value_by_handle()
while
(
p_attr
&&
handle
>=
p_attr
->
handle
)
{
gatt_db.c:1097
gatts_read_attr_perm_check()
if
(
p_attr
->
handle
==
handle
)
{
gatt_db.c:1098
gatts_read_attr_perm_check()
if
(
p_attr
->
handle
==
handle
)
{
gatt_db.c:1147
gatts_write_attr_perm_check()
p_attr16
->
handle
=
p_db
->
next_handle
++
;
gatt_db.c:1343
allocate_attr_in_db()
p_attr16
->
handle
,
p_attr16
->
uuid
,
p_attr16
->
permission
)
;
gatt_db.c:1362
allocate_attr_in_db()
if
(
p_attr
->
handle
>
e_hdl
)
{
gatt_sr.c:813
gatt_build_find_info_rsp()
if
(
p_attr
->
handle
>=
s_hdl
)
{
gatt_sr.c:817
gatt_build_find_info_rsp()
UINT16_TO_STREAM
(
p
,
p_attr
->
handle
)
;
gatt_sr.c:824
gatt_build_find_info_rsp()
UINT16_TO_STREAM
(
p
,
p_attr
->
handle
)
;
gatt_sr.c:827
gatt_build_find_info_rsp()
UINT16_TO_STREAM
(
p
,
p_attr
->
handle
)
;
gatt_sr.c:830
gatt_build_find_info_rsp()
while
(
p_attr
&&
handle
>=
p_attr
->
handle
)
{
gatt_sr.c:1365
gatt_attr_process_prepare_write()
if
(
p_attr
->
handle
==
handle
)
{
gatt_sr.c:1366
gatt_attr_process_prepare_write()
if
(
p_attr
->
handle
==
handle
)
{
gatt_sr.c:1578
gatts_process_attribute_req()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
handle
)
;
gatt_sr_hash.c:118
fill_database_info()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
handle
)
;
gatt_sr_hash.c:123
fill_database_info()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
handle
)
;
gatt_sr_hash.c:131
fill_database_info()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
handle
)
;
gatt_sr_hash.c:145
fill_database_info()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
handle
)
;
gatt_sr_hash.c:149
fill_database_info()
printf
(
"\thandle %d\n"
,
p_attr
->
handle
)
;
gatt_sr_hash.c:216
gatts_show_local_database()
printf
(
"\tdef_handle %d\n"
,
p_attr
->
handle
)
;
gatt_sr_hash.c:234
gatts_show_local_database()
printf
(
"\thandle %d\n"
,
p_attr
->
handle
)
;
gatt_sr_hash.c:246
gatts_show_local_database()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_ATTR16::handle
is written by 1 function and is read by 17 functions:
allocate_attr_in_db()
All items filtered out
tGATT_ATTR16::handle
gatts_db_read_attr_value_by_type()
gatts_add_included_service()
gatts_add_characteristic()
gatts_add_char_descr()
gatts_set_attribute_value()
gatts_get_attribute_value()
gatts_is_auto_response()
gatts_read_attr_value_by_handle()
gatts_write_attr_value_by_handle()
gatts_read_attr_perm_check()
gatts_write_attr_perm_check()
allocate_attr_in_db()
gatt_build_find_info_rsp()
gatt_attr_process_prepare_write()
gatts_process_attribute_req()
fill_database_info()
gatts_show_local_database()
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
Lifecycle
from
examples
All items filtered out
All items filtered out