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:148
uint16_t
prev_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
prev_handle
;
ble_gattc.c:148
proc
->
disc_all_chrs
.
prev_handle
+
1
,
ble_gattc.c:553
ble_gattc_log_disc_all_chrs()
proc
->
disc_all_chrs
.
prev_handle
+
1
,
ble_gattc.c:2292
ble_gattc_disc_all_chrs_tx()
if
(
adata
->
att_handle
<=
proc
->
disc_all_chrs
.
prev_handle
)
{
ble_gattc.c:2371
ble_gattc_disc_all_chrs_rx_adata()
proc
->
disc_all_chrs
.
prev_handle
=
adata
->
att_handle
;
ble_gattc.c:2376
ble_gattc_disc_all_chrs_rx_adata()
if
(
proc
->
disc_all_chrs
.
prev_handle
==
proc
->
disc_all_chrs
.
end_handle
)
{
ble_gattc.c:2405
ble_gattc_disc_all_chrs_rx_complete()
proc
->
disc_all_chrs
.
prev_handle
=
start_handle
-
1
;
ble_gattc.c:2447
ble_gattc_disc_all_chrs()
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_all_chrs_rx_adata()
ble_gattc_disc_all_chrs()
All items filtered out
ble_gattc_proc::
::
::prev_handle
ble_gattc_log_disc_all_chrs()
ble_gattc_disc_all_chrs_tx()
ble_gattc_disc_all_chrs_rx_adata()
ble_gattc_disc_all_chrs_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