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
457 cidl2cap_le_credits global() argument
458 creditsl2cap_le_credits global() argument
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c4918 static inline int l2cap_le_credits(struct l2cap_conn *conn, in l2cap_le_connect_req()
4922 struct l2cap_le_credits *pkt; in l2cap_le_connect_req()
4929 pkt = (struct l2cap_le_credits *) data; in l2cap_le_connect_req()
5382 err = l2cap_le_credits(conn, cmd, cmd_len, data); in l2cap_le_command_rej()
6477 struct l2cap_le_credits pkt; in l2cap_data_rcv()
4953 static inline int l2cap_le_credits(struct l2cap_conn *conn, l2cap_le_credits() function