ESP-IDF
ble_gattc_proc::
::read_uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::
::read_uuid
ble_gattc_proc::
::read_uuid field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:176
struct
{
ble_uuid_any_t
chr_uuid
;
uint16_t
start_handle
;
uint16_t
end_handle
;
ble_gatt_attr_fn
*
cb
;
void
*
cb_arg
;
}
read_uuid
;
Examples
References
from
examples
Code
Location
Referrer
}
read_uuid
;
ble_gattc.c:182
if
(
proc
->
read_uuid
.
cb
==
NULL
)
{
ble_gattc.c:3115
ble_gattc_read_uuid_cb()
rc
=
proc
->
read_uuid
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3118
ble_gattc_read_uuid_cb()
proc
->
read_uuid
.
cb_arg
)
;
ble_gattc.c:3120
ble_gattc_read_uuid_cb()
proc
->
read_uuid
.
start_handle
,
ble_gattc.c:3206
ble_gattc_read_uuid_tx()
proc
->
read_uuid
.
end_handle
,
ble_gattc.c:3207
ble_gattc_read_uuid_tx()
&
proc
->
read_uuid
.
chr_uuid
.
u
)
;
ble_gattc.c:3208
ble_gattc_read_uuid_tx()
ble_uuid_to_any
(
uuid
,
&
proc
->
read_uuid
.
chr_uuid
)
;
ble_gattc.c:3233
ble_gattc_read_by_uuid()
proc
->
read_uuid
.
start_handle
=
start_handle
;
ble_gattc.c:3234
ble_gattc_read_by_uuid()
proc
->
read_uuid
.
end_handle
=
end_handle
;
ble_gattc.c:3235
ble_gattc_read_by_uuid()
proc
->
read_uuid
.
cb
=
cb
;
ble_gattc.c:3236
ble_gattc_read_by_uuid()
proc
->
read_uuid
.
cb_arg
=
cb_arg
;
ble_gattc.c:3237
ble_gattc_read_by_uuid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::read_uuid
is read by 3 functions:
All items filtered out
ble_gattc_proc::
::read_uuid
ble_gattc_read_uuid_cb()
ble_gattc_read_uuid_tx()
ble_gattc_read_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