Searched refs:bt_l2cap_send_cb (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | l2cap_internal.h | 217 int bt_l2cap_send_cb(struct bt_conn *conn, uint16_t cid, struct net_buf *buf, 223 return bt_l2cap_send_cb(conn, cid, buf, NULL, NULL); in bt_l2cap_send()
|
D | l2cap.c | 629 int bt_l2cap_send_cb(struct bt_conn *conn, uint16_t cid, struct net_buf *buf, in bt_l2cap_send_cb() function 1958 err = bt_l2cap_send_cb(ch->chan.conn, ch->tx.cid, seg, in l2cap_chan_le_send()
|
D | smp.c | 818 int err = bt_l2cap_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_BR_SMP, buf, cb, NULL); in smp_br_send() 1751 int err = bt_l2cap_send_cb(smp->chan.chan.conn, BT_L2CAP_CID_SMP, buf, cb, NULL); in smp_send()
|