mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-21 09:53:34 +08:00
android: Enable LE if controller supports it
This commit is contained in:
parent
0f1fc506a9
commit
2df2fc9baa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user