ESP-IDF
+
0
/7 examples
SourceVu will show references to
ble_gatt_attr::handle
from the following samples and libraries:
blecent sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
phy_cent sample
proximity_sensor_cent sample
blecent_throughput sample
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
ble_gatt_attr::handle
ble_gatt_attr::handle field
The handle of the GATT attribute.
Syntax
Show:
Summary
Declaration
from
ble_gatt.h:426
uint16_t
handle
;
Examples
ble_gatt_attr::handle
is referenced by 7 libraries and example projects:
blecent sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
phy_cent sample
proximity_sensor_cent sample
blecent_throughput sample
References
from
0/7
examples
Code
Location
Referrer
uint16_t
handle
;
ble_gatt.h:426
proc
->
write_long
.
attr
.
handle
,
ble_gattc.c:642
ble_gattc_log_write_long()
proc
->
write_reliable
.
attrs
[
i
]
.
handle
)
;
ble_gattc.c:655
ble_gattc_log_write_reliable()
attr
.
handle
=
proc
->
read
.
handle
;
ble_gattc.c:3024
ble_gattc_read_rx_read_rsp()
attr
.
handle
=
adata
->
att_handle
;
ble_gattc.c:3161
ble_gattc_read_uuid_rx_adata()
attr
.
handle
=
proc
->
read_long
.
handle
;
ble_gattc.c:3376
ble_gattc_read_long_rx_read_rsp()
attr
[
i
]
.
handle
=
proc
->
read_mult
.
handles
[
i
]
;
ble_gattc.c:3475
ble_gattc_read_mult_cb_var()
attr
.
handle
=
0
;
ble_gattc.c:3552
ble_gattc_read_mult_cb()
attr
.
handle
=
proc
->
write
.
att_handle
;
ble_gattc.c:3856
ble_gattc_write_cb()
proc
->
write_long
.
attr
.
handle
,
ble_gattc.c:4051
ble_gattc_write_long_tx()
if
(
handle
!=
proc
->
write_long
.
attr
.
handle
)
{
ble_gattc.c:4137
ble_gattc_write_long_rx_prep()
proc
->
write_long
.
attr
.
handle
=
attr_handle
;
ble_gattc.c:4226
ble_gattc_write_long()
attr
->
handle
,
attr
->
offset
,
om
)
;
ble_gattc.c:4361
ble_gattc_write_reliable_tx()
if
(
handle
!=
attr
->
handle
)
{
ble_gattc.c:4443
ble_gattc_write_reliable_rx_prep()
Call Tree
from
0/7
examples
All items filtered out
All items filtered out
Data Use
from
0/7
examples
ble_gatt_attr::handle
is written by 7 functions and is read by 6 functions:
ble_gattc_read_rx_read_rsp()
ble_gattc_read_uuid_rx_adata()
ble_gattc_read_long_rx_read_rsp()
ble_gattc_read_mult_cb_var()
ble_gattc_read_mult_cb()
ble_gattc_write_cb()
ble_gattc_write_long()
All items filtered out
ble_gatt_attr::handle
ble_gattc_log_write_long()
ble_gattc_log_write_reliable()
ble_gattc_write_long_tx()
ble_gattc_write_long_rx_prep()
ble_gattc_write_reliable_tx()
ble_gattc_write_reliable_rx_prep()
All items filtered out
Class Tree
from
0/7
examples
All items filtered out
All items filtered out
Override Tree
from
0/7
examples
All items filtered out
All items filtered out
Implementations
from
0/7
examples
All items filtered out
All items filtered out
Instances
from
0/7
examples
Lifecycle
from
0/7
examples
All items filtered out
All items filtered out