ESP-IDF
ble_gattc_proc::
::disc_chr_uuid
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::
::disc_chr_uuid
ble_gattc_proc::
::disc_chr_uuid field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:154
struct
{
ble_uuid_any_t
chr_uuid
;
uint16_t
prev_handle
;
uint16_t
end_handle
;
ble_gatt_chr_fn
*
cb
;
void
*
cb_arg
;
}
disc_chr_uuid
;
Examples
References
from
examples
Code
Location
Referrer
}
disc_chr_uuid
;
ble_gattc.c:160
proc
->
disc_chr_uuid
.
prev_handle
+
1
,
ble_gattc.c:562
ble_gattc_log_disc_chr_uuid()
proc
->
disc_chr_uuid
.
end_handle
)
;
ble_gattc.c:563
ble_gattc_log_disc_chr_uuid()
ble_gattc_log_uuid
(
&
proc
->
disc_chr_uuid
.
chr_uuid
.
u
)
;
ble_gattc.c:564
ble_gattc_log_disc_chr_uuid()
if
(
proc
->
disc_chr_uuid
.
cb
==
NULL
)
{
ble_gattc.c:2503
ble_gattc_disc_chr_uuid_cb()
rc
=
proc
->
disc_chr_uuid
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:2506
ble_gattc_disc_chr_uuid_cb()
proc
->
disc_chr_uuid
.
cb_arg
)
;
ble_gattc.c:2508
ble_gattc_disc_chr_uuid_cb()
proc
->
disc_chr_uuid
.
prev_handle
+
1
,
ble_gattc.c:2536
ble_gattc_disc_chr_uuid_tx()
proc
->
disc_chr_uuid
.
end_handle
,
&
uuid
.
u
)
;
ble_gattc.c:2537
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()
}
else
if
(
ble_uuid_cmp
(
&
chr
.
uuid
.
u
,
&
proc
->
disc_chr_uuid
.
chr_uuid
.
u
)
==
0
)
{
ble_gattc.c:2629
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()
ble_uuid_to_any
(
uuid
,
&
proc
->
disc_chr_uuid
.
chr_uuid
)
;
ble_gattc.c:2702
ble_gattc_disc_chrs_by_uuid()
proc
->
disc_chr_uuid
.
prev_handle
=
start_handle
-
1
;
ble_gattc.c:2703
ble_gattc_disc_chrs_by_uuid()
proc
->
disc_chr_uuid
.
end_handle
=
end_handle
;
ble_gattc.c:2704
ble_gattc_disc_chrs_by_uuid()
proc
->
disc_chr_uuid
.
cb
=
cb
;
ble_gattc.c:2705
ble_gattc_disc_chrs_by_uuid()
proc
->
disc_chr_uuid
.
cb_arg
=
cb_arg
;
ble_gattc.c:2706
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::
::disc_chr_uuid
is read by 6 functions:
All items filtered out
ble_gattc_proc::
::disc_chr_uuid
ble_gattc_log_disc_chr_uuid()
ble_gattc_disc_chr_uuid_cb()
ble_gattc_disc_chr_uuid_tx()
ble_gattc_disc_chr_uuid_rx_adata()
ble_gattc_disc_chr_uuid_rx_complete()
ble_gattc_disc_chrs_by_uuid()
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