ESP-IDF
ble_att_write_req::bawq_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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_att_write_req::bawq_handle
ble_att_write_req::bawq_handle field
Syntax
Show:
Summary
Declaration
from
ble_att_cmd_priv.h:270
uint16_t
bawq_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bawq_handle
;
ble_att_cmd_priv.h:270
req
->
bawq_handle
=
htole16
(
handle
)
;
ble_att_clt.c:721
ble_att_clt_tx_write_req()
dst
->
bawq_handle
=
le16toh
(
src
->
bawq_handle
)
;
ble_att_cmd.c:489
ble_att_write_req_parse()
dst
->
bawq_handle
=
le16toh
(
src
->
bawq_handle
)
;
ble_att_cmd.c:500
ble_att_write_cmd_parse()
dst
->
bawq_handle
=
htole16
(
src
->
bawq_handle
)
;
ble_att_cmd.c:511
ble_att_write_req_write()
dst
->
bawq_handle
=
htole16
(
src
->
bawq_handle
)
;
ble_att_cmd.c:522
ble_att_write_cmd_write()
handle
=
le16toh
(
req
->
bawq_handle
)
;
ble_att_svr.c:2313
ble_att_svr_rx_write()
handle
=
le16toh
(
req
->
bawq_handle
)
;
ble_att_svr.c:2383
ble_att_svr_rx_write_no_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_att_write_req::bawq_handle
is written by 5 functions and is read by 6 functions:
ble_att_clt_tx_write_req()
ble_att_write_req_parse()
ble_att_write_cmd_parse()
ble_att_write_req_write()
ble_att_write_cmd_write()
All items filtered out
ble_att_write_req::bawq_handle
ble_att_svr_rx_write()
ble_att_svr_rx_write_no_rsp()
ble_att_write_req_parse()
ble_att_write_cmd_parse()
ble_att_write_req_write()
ble_att_write_cmd_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