btdev->commands[17] |= 0x40; /* Write Simple Pairing Mode */
btdev->commands[18] |= 0x01; /* Read Inquiry Response TX Power */
btdev->commands[18] |= 0x02; /* Write Inquiry Response TX Power */
- btdev->commands[22] |= 0x04; /* Set Event Mask Page 2 */
btdev->commands[23] |= 0x04; /* Read Data Block Size */
}
/* Extra BR/EDR commands we want to only support for >= 4.0
* adapters.
*/
+ btdev->commands[22] |= 0x04; /* Set Event Mask Page 2 */
btdev->commands[31] |= 0x80; /* Read Sync Train Parameters */
}