|
@@ -449,6 +449,7 @@ struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
|
|
conn->io_capability = hdev->io_capability;
|
|
conn->io_capability = hdev->io_capability;
|
|
conn->remote_auth = 0xff;
|
|
conn->remote_auth = 0xff;
|
|
conn->key_type = 0xff;
|
|
conn->key_type = 0xff;
|
|
|
|
+ conn->rssi = HCI_RSSI_INVALID;
|
|
conn->tx_power = HCI_TX_POWER_INVALID;
|
|
conn->tx_power = HCI_TX_POWER_INVALID;
|
|
conn->max_tx_power = HCI_TX_POWER_INVALID;
|
|
conn->max_tx_power = HCI_TX_POWER_INVALID;
|
|
|
|
|