Diff between 74d70a1548b62aa797f9acba4117d97954dbf7d0 and b6c68a1da10a4950e2bf63a922c056135f7ea0f8

Changed Files

File Additions Deletions Status
android/bluetooth.c +3 -0 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 092bdd7..56c1282 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);
 }