summaryrefslogtreecommitdiff
path: root/android/bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/bluetooth.c')
-rw-r--r--android/bluetooth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/bluetooth.c b/android/bluetooth.c
index 092bdd74b..56c1282e7 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -1992,6 +1992,9 @@ static void new_csrk_callback(uint16_t index, uint16_t length,
return;
}
+ update_device_state(dev, ev->key.addr.type, HAL_STATUS_SUCCESS, false,
+ true, !!ev->store_hint);
+
if (ev->store_hint)
store_csrk(dev);
}