ESP-IDF
ble_gattc_proc::
::
::prev_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
ble_gattc_proc::
::
::prev_handle
ble_gattc_proc::
::
::prev_handle field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:156
uint16_t
prev_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
prev_handle
;
ble_gattc.c:156
proc
->
disc_chr_uuid
.
prev_handle
+
1
,
ble_gattc.c:562
ble_gattc_log_disc_chr_uuid()
proc
->
disc_chr_uuid
.
prev_handle
+
1
,
ble_gattc.c:2536
ble_gattc_disc_chr_uuid_tx()
if
(
adata
->
att_handle
<=
proc
->
disc_chr_uuid
.
prev_handle
)
{
ble_gattc.c:2615
ble_gattc_disc_chr_uuid_rx_adata()
proc
->
disc_chr_uuid
.
prev_handle
=
adata
->
att_handle
;
ble_gattc.c:2621
ble_gattc_disc_chr_uuid_rx_adata()
if
(
proc
->
disc_chr_uuid
.
prev_handle
==
proc
->
disc_chr_uuid
.
end_handle
)
{
ble_gattc.c:2660
ble_gattc_disc_chr_uuid_rx_complete()
proc
->
disc_chr_uuid
.
prev_handle
=
start_handle
-
1
;
ble_gattc.c:2703
ble_gattc_disc_chrs_by_uuid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::
::prev_handle
is written by 2 functions and is read by 4 functions:
ble_gattc_disc_chr_uuid_rx_adata()
ble_gattc_disc_chrs_by_uuid()
All items filtered out
ble_gattc_proc::
::
::prev_handle
ble_gattc_log_disc_chr_uuid()
ble_gattc_disc_chr_uuid_tx()
ble_gattc_disc_chr_uuid_rx_adata()
ble_gattc_disc_chr_uuid_rx_complete()
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