Home
last modified time | relevance | path

Searched refs:bt_l2cap_send_pdu (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dsmp_null.c66 if (bt_l2cap_send_pdu(le_chan, buf, NULL, NULL)) { in bt_smp_recv()
Dl2cap_internal.h215 int bt_l2cap_send_pdu(struct bt_l2cap_le_chan *le_chan, struct net_buf *pdu,
Dl2cap.c492 int err = bt_l2cap_send_pdu(chan, buf, NULL, NULL); in l2cap_send_sig()
720 int bt_l2cap_send_pdu(struct bt_l2cap_le_chan *le_chan, struct net_buf *pdu, in bt_l2cap_send_pdu() function
Dsmp.c1838 int err = bt_l2cap_send_pdu(&smp->chan, buf, cb, NULL); in smp_send()
1893 if (bt_l2cap_send_pdu(&smp->chan, buf, NULL, NULL)) { in smp_error()
2921 err = bt_l2cap_send_pdu(&smp->chan, req_buf, NULL, NULL); in smp_send_security_req()
Datt.c411 err = bt_l2cap_send_pdu(&chan->chan, buf, NULL, NULL); in chan_send()