Searched refs:bt_l2cap_send_pdu (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp_null.c | 66 if (bt_l2cap_send_pdu(le_chan, buf, NULL, NULL)) { in bt_smp_recv()
|
D | l2cap_internal.h | 215 int bt_l2cap_send_pdu(struct bt_l2cap_le_chan *le_chan, struct net_buf *pdu,
|
D | l2cap.c | 492 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
|
D | smp.c | 1838 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()
|
D | att.c | 411 err = bt_l2cap_send_pdu(&chan->chan, buf, NULL, NULL); in chan_send()
|