ESP-IDF
ble_gattc_proc::
::write_long
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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::
::write_long
ble_gattc_proc::
::write_long field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:206
struct
{
struct
ble_gatt_attr
attr
;
uint16_t
length
;
ble_gatt_attr_fn
*
cb
;
void
*
cb_arg
;
}
write_long
;
Examples
References
from
examples
Code
Location
Referrer
}
write_long
;
ble_gattc.c:211
proc
->
write_long
.
attr
.
handle
,
ble_gattc.c:642
ble_gattc_log_write_long()
OS_MBUF_PKTLEN
(
proc
->
write_long
.
attr
.
om
)
)
;
ble_gattc.c:643
ble_gattc_log_write_long()
os_mbuf_free_chain
(
proc
->
write_long
.
attr
.
om
)
;
ble_gattc.c:753
ble_gattc_proc_free()
if
(
proc
->
write_long
.
cb
==
NULL
)
{
ble_gattc.c:3981
ble_gattc_write_long_cb()
rc
=
proc
->
write_long
.
cb
(
proc
->
conn_handle
,
ble_gattc.c:3984
ble_gattc_write_long_cb()
&
proc
->
write_long
.
attr
,
ble_gattc.c:3986
ble_gattc_write_long_cb()
proc
->
write_long
.
cb_arg
)
;
ble_gattc.c:3987
ble_gattc_write_long_cb()
OS_MBUF_PKTLEN
(
proc
->
write_long
.
attr
.
om
)
-
ble_gattc.c:4026
ble_gattc_write_long_tx()
proc
->
write_long
.
attr
.
offset
)
;
ble_gattc.c:4027
ble_gattc_write_long_tx()
proc
->
write_long
.
length
=
write_len
;
ble_gattc.c:4035
ble_gattc_write_long_tx()
rc
=
os_mbuf_appendfrom
(
om
,
proc
->
write_long
.
attr
.
om
,
ble_gattc.c:4042
ble_gattc_write_long_tx()
proc
->
write_long
.
attr
.
offset
,
ble_gattc.c:4043
ble_gattc_write_long_tx()
proc
->
write_long
.
length
)
;
ble_gattc.c:4044
ble_gattc_write_long_tx()
proc
->
write_long
.
attr
.
handle
,
ble_gattc.c:4051
ble_gattc_write_long_tx()
proc
->
write_long
.
attr
.
offset
,
om
)
;
ble_gattc.c:4052
ble_gattc_write_long_tx()
if
(
proc
->
write_long
.
attr
.
offset
>
0
&&
ble_gattc.c:4092
ble_gattc_write_long_err()
proc
->
write_long
.
attr
.
offset
<
ble_gattc.c:4093
ble_gattc_write_long_err()
OS_MBUF_PKTLEN
(
proc
->
write_long
.
attr
.
om
)
)
{
ble_gattc.c:4094
ble_gattc_write_long_err()
if
(
proc
->
write_long
.
attr
.
offset
>=
ble_gattc.c:4128
ble_gattc_write_long_rx_prep()
OS_MBUF_PKTLEN
(
proc
->
write_long
.
attr
.
om
)
)
{
ble_gattc.c:4129
ble_gattc_write_long_rx_prep()
if
(
handle
!=
proc
->
write_long
.
attr
.
handle
)
{
ble_gattc.c:4137
ble_gattc_write_long_rx_prep()
if
(
offset
!=
proc
->
write_long
.
attr
.
offset
)
{
ble_gattc.c:4141
ble_gattc_write_long_rx_prep()
OS_MBUF_PKTLEN
(
proc
->
write_long
.
attr
.
om
)
)
{
ble_gattc.c:4146
ble_gattc_write_long_rx_prep()
if
(
OS_MBUF_PKTLEN
(
om
)
!=
proc
->
write_long
.
length
)
{
ble_gattc.c:4151
ble_gattc_write_long_rx_prep()
proc
->
write_long
.
attr
.
om
,
offset
,
ble_gattc.c:4156
ble_gattc_write_long_rx_prep()
proc
->
write_long
.
length
)
!=
0
)
{
ble_gattc.c:4157
ble_gattc_write_long_rx_prep()
proc
->
write_long
.
attr
.
offset
+=
OS_MBUF_PKTLEN
(
om
)
;
ble_gattc.c:4167
ble_gattc_write_long_rx_prep()
if
(
proc
->
write_long
.
attr
.
offset
<
ble_gattc.c:4191
ble_gattc_write_long_rx_exec()
OS_MBUF_PKTLEN
(
proc
->
write_long
.
attr
.
om
)
)
{
ble_gattc.c:4192
ble_gattc_write_long_rx_exec()
proc
->
write_long
.
attr
.
handle
=
attr_handle
;
ble_gattc.c:4226
ble_gattc_write_long()
proc
->
write_long
.
attr
.
offset
=
offset
;
ble_gattc.c:4227
ble_gattc_write_long()
proc
->
write_long
.
attr
.
om
=
txom
;
ble_gattc.c:4228
ble_gattc_write_long()
proc
->
write_long
.
cb
=
cb
;
ble_gattc.c:4229
ble_gattc_write_long()
proc
->
write_long
.
cb_arg
=
cb_arg
;
ble_gattc.c:4230
ble_gattc_write_long()
if
(
proc
->
write_long
.
attr
.
offset
>
OS_MBUF_PKTLEN
(
proc
->
write_long
.
attr
.
om
)
)
{
ble_gattc.c:4235
ble_gattc_write_long()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gattc_proc::
::write_long
is read by 8 functions:
All items filtered out
ble_gattc_proc::
::write_long
ble_gattc_log_write_long()
ble_gattc_proc_free()
ble_gattc_write_long_cb()
ble_gattc_write_long_tx()
ble_gattc_write_long_err()
ble_gattc_write_long_rx_prep()
ble_gattc_write_long_rx_exec()
ble_gattc_write_long()
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