Bluetooth: Provide msg_name callback for L2CAP connectionless channels
[deliverable/linux.git] / include / net / bluetooth / bluetooth.h
index 896aad80bc4dbffb84c7e2a61b84b8d946830fc7..bf2ddffdae2d226d0727656cb1f98ef0eab8f94a 100644 (file)
@@ -284,6 +284,8 @@ struct bt_skb_cb {
        __u8 force_active;
        struct l2cap_ctrl control;
        struct hci_req_ctrl req;
+       bdaddr_t bdaddr;
+       __le16 psm;
 };
 #define bt_cb(skb) ((struct bt_skb_cb *)((skb)->cb))
 
This page took 0.037395 seconds and 5 git commands to generate.