Home
last modified time | relevance | path

Searched refs:ATT_REQ (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Datt.c37 #define ATT_REQ(_node) CONTAINER_OF(_node, struct bt_att_req, node) macro
481 meta = bt_att_get_tx_meta_data(ATT_REQ(curr)->buf); in get_first_req_matching_chan()
492 return ATT_REQ(curr); in get_first_req_matching_chan()
501 return ATT_REQ(node); in get_first_req_matching_chan()
585 if (chan_req_send(chan, ATT_REQ(node)) >= 0) { in bt_att_sent()
3343 if (bt_att_chan_req_send(chan, ATT_REQ(node)) >= 0) { in bt_att_status()