Bluetooth: Read current IAC LAP on controller setup
[deliverable/linux.git] / net / bluetooth / hci_core.c
index b5ef05e66a2ddb750cb0b4d24b88690f2578fd61..7add9c96e32ca3bc9fc1134f37301c75ee1084c3 100644 (file)
@@ -373,6 +373,9 @@ static void bredr_setup(struct hci_request *req)
        /* Read Number of Supported IAC */
        hci_req_add(req, HCI_OP_READ_NUM_SUPPORTED_IAC, 0, NULL);
 
+       /* Read Current IAC LAP */
+       hci_req_add(req, HCI_OP_READ_CURRENT_IAC_LAP, 0, NULL);
+
        /* Clear Event Filters */
        flt_type = HCI_FLT_CLEAR_ALL;
        hci_req_add(req, HCI_OP_SET_EVENT_FLT, 1, &flt_type);
This page took 0.024323 seconds and 5 git commands to generate.