Diff between 0f1fc506a90150794074462b3e50ff83161b8a87 and 2df2fc9baabe8c3a8b6d2a9febe430f7da07436c
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 ba4f14b..2732390 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -2015,6 +2015,9 @@ static void read_info_complete(uint8_t status, uint16_t length,
if (missing_settings & MGMT_SETTING_PAIRABLE)
set_mode(MGMT_OP_SET_PAIRABLE, 0x01);
+ if (missing_settings & MGMT_SETTING_LE)
+ set_mode(MGMT_OP_SET_LE, 0x01);
+
return;
failed: