ESP-IDF
ble_gattc_proc::
::
::handle
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
ble_gattc_proc::
::
::handle
ble_gattc_proc::
::
::handle field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:185
uint16_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
handle
;
ble_gattc.c:185
BLE_HS_LOG
(
INFO
,
"att_handle=%d\n"
,
proc
->
read_long
.
handle
)
;
ble_gattc.c:599
ble_gattc_log_read_long()
rc
=
ble_att_clt_tx_read
(
proc
->
conn_handle
,
proc
->
cid
,
proc
->
read_long
.
handle
)
;
ble_gattc.c:3315
ble_gattc_read_long_tx()
proc
->
read_long
.
handle
,
ble_gattc.c:3321
ble_gattc_read_long_tx()
attr
.
handle
=
proc
->
read_long
.
handle
;
ble_gattc.c:3376
ble_gattc_read_long_rx_read_rsp()
proc
->
read_long
.
handle
=
handle
;
ble_gattc.c:3434
ble_gattc_read_long()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::
::handle
is written by 1 function and is read by 3 functions:
ble_gattc_read_long()
All items filtered out
ble_gattc_proc::
::
::handle
ble_gattc_log_read_long()
ble_gattc_read_long_tx()
ble_gattc_read_long_rx_read_rsp()
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