Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h50 int bt_l2cap_br_send_cb(struct bt_conn *conn, uint16_t cid, struct net_buf *buf,
Dl2cap_br.c302 int bt_l2cap_br_send_cb(struct bt_conn *conn, uint16_t cid, struct net_buf *buf, in bt_l2cap_br_send_cb() function
339 if (bt_l2cap_br_send_cb(conn, cid, buf, NULL, NULL)) { in l2cap_send()
348 if (bt_l2cap_br_send_cb(chan->chan.conn, BT_L2CAP_CID_BR_SIG, buf, in l2cap_br_chan_send_req()
1832 return bt_l2cap_br_send_cb(br_chan->chan.conn, br_chan->tx.cid, buf, cb, user_data); in bt_l2cap_br_chan_send_cb()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c882 int err = bt_l2cap_br_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_BR_SMP, buf, cb, NULL); in smp_br_send()
1478 if (bt_l2cap_br_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_BR_SMP, buf, in smp_br_error()