Home
last modified time | relevance | path

Searched refs:l2cap_le_credits (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/net/bluetooth/
Dl2cap.h490 struct l2cap_le_credits { struct
/linux-6.1.9/net/bluetooth/
Dl2cap_core.c5930 static inline int l2cap_le_credits(struct l2cap_conn *conn, in l2cap_le_credits() function
5934 struct l2cap_le_credits *pkt; in l2cap_le_credits()
5941 pkt = (struct l2cap_le_credits *) data; in l2cap_le_credits()
6397 err = l2cap_le_credits(conn, cmd, cmd_len, data); in l2cap_le_sig_cmd()
7490 struct l2cap_le_credits pkt; in l2cap_chan_le_send_credits()