Diff between 20bd1b02be0bec19bdfa1f84185ad068750f0609 and ed6ba0a7e63f18f7750a79d86366731a5201358e
Changed Files
| File | Additions | Deletions | Status |
| android/bluetooth.c | +3 | -3 | modified |
Full Patch
diff --git a/android/bluetooth.c b/android/bluetooth.c
index 2732390..f2b9321 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -1998,9 +1998,6 @@ static void read_info_complete(uint8_t status, uint16_t length,
clear_uuids();
- load_devices_info(cb);
- load_devices_cache();
-
set_io_capability();
set_device_id();
@@ -2018,6 +2015,9 @@ static void read_info_complete(uint8_t status, uint16_t length,
if (missing_settings & MGMT_SETTING_LE)
set_mode(MGMT_OP_SET_LE, 0x01);
+ load_devices_info(cb);
+ load_devices_cache();
+
return;
failed: