ESP-IDF
ble_att_prep_write_cmd::bapc_offset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_att_prep_write_cmd::bapc_offset
ble_att_prep_write_cmd::bapc_offset field
Syntax
Show:
Summary
Declaration
from
ble_att_cmd_priv.h:287
uint16_t
bapc_offset
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bapc_offset
;
ble_att_cmd_priv.h:287
req
->
bapc_offset
=
htole16
(
offset
)
;
ble_att_clt.c:919
ble_att_clt_tx_prep_write()
offset
=
le16toh
(
rsp
->
bapc_offset
)
;
ble_att_clt.c:952
ble_att_clt_rx_prep_write()
dst
->
bapc_offset
=
le16toh
(
src
->
bapc_offset
)
;
ble_att_cmd.c:535
ble_att_prep_write_req_parse()
dst
->
bapc_offset
=
htole16
(
src
->
bapc_offset
)
;
ble_att_cmd.c:548
ble_att_prep_write_req_write()
dst
->
bapc_offset
=
le16toh
(
src
->
bapc_offset
)
;
ble_att_cmd.c:561
ble_att_prep_write_rsp_parse()
dst
->
bapc_offset
=
htole16
(
src
->
bapc_offset
)
;
ble_att_cmd.c:574
ble_att_prep_write_rsp_write()
le16toh
(
req
->
bapc_offset
)
,
*
rxom
,
ble_att_svr.c:2839
ble_att_svr_rx_prep_write()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_att_prep_write_cmd::bapc_offset
is written by 5 functions and is read by 6 functions:
ble_att_clt_tx_prep_write()
ble_att_prep_write_req_parse()
ble_att_prep_write_req_write()
ble_att_prep_write_rsp_parse()
ble_att_prep_write_rsp_write()
All items filtered out
ble_att_prep_write_cmd::bapc_offset
ble_att_svr_rx_prep_write()
ble_att_clt_rx_prep_write()
ble_att_prep_write_req_parse()
ble_att_prep_write_req_write()
ble_att_prep_write_rsp_parse()
ble_att_prep_write_rsp_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