|
@@ -557,7 +557,7 @@ static void hci_setup(struct hci_dev *hdev)
|
|
|
if (hdev->hci_ver > BLUETOOTH_VER_1_1)
|
|
|
hci_send_cmd(hdev, HCI_OP_READ_LOCAL_COMMANDS, 0, NULL);
|
|
|
|
|
|
- if (hdev->features[6] & LMP_SIMPLE_PAIR) {
|
|
|
+ if (lmp_ssp_capable(hdev)) {
|
|
|
if (test_bit(HCI_SSP_ENABLED, &hdev->dev_flags)) {
|
|
|
u8 mode = 0x01;
|
|
|
hci_send_cmd(hdev, HCI_OP_WRITE_SSP_MODE,
|