Searched refs:l2cap_cmd_hdr (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dl2cap.h102 } __attribute__ ((packed)) l2cap_cmd_hdr; typedef in typeref:struct:__anon11657
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dl2cap.h102 } __attribute__ ((packed)) l2cap_cmd_hdr; typedef in typeref:struct:__anon7251
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dl2cap.c1101 l2cap_cmd_hdr *cmd;
1118 cmd = (l2cap_cmd_hdr *) skb_put(skb, L2CAP_CMD_HDR_SIZE);
1332 static inline int l2cap_connect_req(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, __u8 *data)
1419 static inline int l2cap_connect_rsp(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, __u8 *data)
1457 static inline int l2cap_config_req(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, __u8 *data)
1503 static inline int l2cap_config_rsp(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, __u8 *data)
1550 static inline int l2cap_disconnect_req(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, __u8 *data)
1578 static inline int l2cap_disconnect_rsp(struct l2cap_conn *conn, l2cap_cmd_hdr *cmd, __u8 *data)
1602 l2cap_cmd_hdr cmd;

Completed in 49 milliseconds