Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Datt.c38 #define ATT_REQ(_node) CONTAINER_OF(_node, struct bt_att_req, node) macro
426 meta = bt_att_get_tx_meta_data(ATT_REQ(curr)->buf); in get_first_req_matching_chan()
437 return ATT_REQ(curr); in get_first_req_matching_chan()
446 return ATT_REQ(node); in get_first_req_matching_chan()
530 if (chan_req_send(chan, ATT_REQ(node)) >= 0) { in bt_att_sent()
3252 if (bt_att_chan_req_send(chan, ATT_REQ(node)) >= 0) { in bt_att_status()