Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dl2cap_internal.h217 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()
Dl2cap.c629 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()
Dsmp.c818 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()