ESP-IDF
ble_gattc_proc::
::write
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::
::write
ble_gattc_proc::
::write field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:200
struct
{
uint16_t
att_handle
;
ble_gatt_attr_fn
*
cb
;
void
*
cb_arg
;
}
write
;
Examples
References
from
examples
Code
Location
Referrer
}
write
;
ble_gattc.c:204
if
(
proc
->
write
.
cb
==
NULL
)
{
ble_gattc.c:3852
ble_gattc_write_cb()
attr
.
handle
=
proc
->
write
.
att_handle
;
ble_gattc.c:3856
ble_gattc_write_cb()
rc
=
proc
->
write
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3857
ble_gattc_write_cb()
&
attr
,
proc
->
write
.
cb_arg
)
;
ble_gattc.c:3859
ble_gattc_write_cb()
proc
->
write
.
att_handle
=
attr_handle
;
ble_gattc.c:3907
ble_gattc_write()
proc
->
write
.
cb
=
cb
;
ble_gattc.c:3908
ble_gattc_write()
proc
->
write
.
cb_arg
=
cb_arg
;
ble_gattc.c:3909
ble_gattc_write()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::write
is read by 2 functions:
All items filtered out
ble_gattc_proc::
::write
ble_gattc_write_cb()
ble_gattc_write()
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