Bluetooth: Add second hci_request callback option for full skb
[deliverable/linux.git] / include / net / bluetooth / bluetooth.h
index eeaff4b5cb62a0fa8da9cdddfcbcae5cd8d7737e..7dba80546f16a00892c5cf8e5e3b7ca1eb292e95 100644 (file)
@@ -277,11 +277,14 @@ struct l2cap_ctrl {
 struct hci_dev;
 
 typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status, u16 opcode);
+typedef void (*hci_req_complete_skb_t)(struct hci_dev *hdev, u8 status,
+                                      u16 opcode, struct sk_buff *skb);
 
 struct req_ctrl {
        bool start;
        u8 event;
        hci_req_complete_t complete;
+       hci_req_complete_skb_t complete_skb;
 };
 
 struct bt_skb_cb {
This page took 0.025457 seconds and 5 git commands to generate.