There is no need to set already set setting. --- android/adapter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/adapter.c b/android/adapter.c index c6fcf96..f1a4258 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -536,7 +536,8 @@ static void read_info_complete(uint8_t status, uint16_t length, const void *para if (missing_settings & MGMT_SETTING_SSP) set_mode(MGMT_OP_SET_SSP, 0x01); - set_mode(MGMT_OP_SET_PAIRABLE, 0x01); + if (missing_settings & MGMT_SETTING_PAIRABLE) + set_mode(MGMT_OP_SET_PAIRABLE, 0x01); return; -- 1.8.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html