Searched refs:bt_l2cap_br_send_cb (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | l2cap_br_interface.h | 50 int bt_l2cap_br_send_cb(struct bt_conn *conn, uint16_t cid, struct net_buf *buf,
|
| D | l2cap_br.c | 308 int bt_l2cap_br_send_cb(struct bt_conn *conn, uint16_t cid, struct net_buf *buf, in bt_l2cap_br_send_cb() function 352 if (bt_l2cap_br_send_cb(conn, cid, buf, NULL, NULL)) { in l2cap_send() 361 if (bt_l2cap_br_send_cb(chan->chan.conn, BT_L2CAP_CID_BR_SIG, buf, in l2cap_br_chan_send_req() 913 if (bt_l2cap_br_send_cb(conn, BT_L2CAP_CID_BR_SIG, buf, l2cap_br_conn_rsp_sent_cb, in l2cap_br_send_conn_rsp() 1946 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/ |
| D | smp.c | 888 int err = bt_l2cap_br_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_BR_SMP, buf, cb, NULL); in smp_br_send() 1515 if (bt_l2cap_br_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_BR_SMP, buf, in smp_br_error()
|