ESP-IDF
ble_att_prep_write_cmd::bapc_handle
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_handle
ble_att_prep_write_cmd::bapc_handle field
Syntax
Show:
Summary
Declaration
from
ble_att_cmd_priv.h:286
uint16_t
bapc_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bapc_handle
;
ble_att_cmd_priv.h:286
req
->
bapc_handle
=
htole16
(
handle
)
;
ble_att_clt.c:918
ble_att_clt_tx_prep_write()
handle
=
le16toh
(
rsp
->
bapc_handle
)
;
ble_att_clt.c:951
ble_att_clt_rx_prep_write()
dst
->
bapc_handle
=
le16toh
(
src
->
bapc_handle
)
;
ble_att_cmd.c:534
ble_att_prep_write_req_parse()
dst
->
bapc_handle
=
htole16
(
src
->
bapc_handle
)
;
ble_att_cmd.c:547
ble_att_prep_write_req_write()
dst
->
bapc_handle
=
le16toh
(
src
->
bapc_handle
)
;
ble_att_cmd.c:560
ble_att_prep_write_rsp_parse()
dst
->
bapc_handle
=
htole16
(
src
->
bapc_handle
)
;
ble_att_cmd.c:573
ble_att_prep_write_rsp_write()
err_handle
=
le16toh
(
req
->
bapc_handle
)
;
ble_att_svr.c:2796
ble_att_svr_rx_prep_write()
attr_entry
=
ble_att_svr_find_by_handle
(
le16toh
(
req
->
bapc_handle
)
)
;
ble_att_svr.c:2813
ble_att_svr_rx_prep_write()
rc
=
ble_att_svr_insert_prep_entry
(
conn_handle
,
le16toh
(
req
->
bapc_handle
)
,
ble_att_svr.c:2838
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_handle
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_handle
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