Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h44 int bt_l2cap_br_chan_send_cb(struct bt_l2cap_chan *chan, struct net_buf *buf, bt_conn_tx_cb_t cb,
Dl2cap_br.c1807 int bt_l2cap_br_chan_send_cb(struct bt_l2cap_chan *chan, struct net_buf *buf, bt_conn_tx_cb_t cb, in bt_l2cap_br_chan_send_cb() function
1837 return bt_l2cap_br_chan_send_cb(chan, buf, NULL, NULL); in bt_l2cap_br_chan_send()
Drfcomm.c318 err = bt_l2cap_br_chan_send_cb(&session->br_chan.chan, buf, cb, user_data); in rfcomm_send_cb()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c3303 return bt_l2cap_br_chan_send_cb(chan, buf, NULL, NULL); in bt_l2cap_chan_send()