Searched refs:bt_l2cap_br_chan_send_cb (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_interface.h | 44 int bt_l2cap_br_chan_send_cb(struct bt_l2cap_chan *chan, struct net_buf *buf, bt_conn_tx_cb_t cb,
|
D | l2cap_br.c | 1807 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()
|
D | rfcomm.c | 318 err = bt_l2cap_br_chan_send_cb(&session->br_chan.chan, buf, cb, user_data); in rfcomm_send_cb()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 3303 return bt_l2cap_br_chan_send_cb(chan, buf, NULL, NULL); in bt_l2cap_chan_send()
|