Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h456 struct l2cap_le_credits { struct
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c4956 static inline int l2cap_le_credits(struct l2cap_conn *conn, in l2cap_le_credits() function
4960 struct l2cap_le_credits *pkt; in l2cap_le_credits()
4967 pkt = (struct l2cap_le_credits *) data; in l2cap_le_credits()
5429 err = l2cap_le_credits(conn, cmd, cmd_len, data); in l2cap_le_sig_cmd()
6524 struct l2cap_le_credits pkt; in l2cap_chan_le_send_credits()