ESP-IDF
ble_gattc_proc::
::
::attr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::
::
::attr
ble_gattc_proc::
::
::attr field
Syntax
Show:
Summary
Declaration
from
ble_gattc.c:207
struct
ble_gatt_attr
attr
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_gatt_attr
attr
;
ble_gattc.c:207
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()
&
proc
->
write_long
.
attr
,
ble_gattc.c:3986
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()
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
.
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()
proc
->
write_long
.
attr
.
om
,
offset
,
ble_gattc.c:4156
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()
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::
::
::attr
is read by 7 functions:
All items filtered out
ble_gattc_proc::
::
::attr
ble_gattc_log_write_long()
ble_gattc_proc_free()
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