From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- src/shared/gatt-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c index 4386692..c4102dd 100644 --- a/src/shared/gatt-client.c +++ b/src/shared/gatt-client.c @@ -1052,7 +1052,7 @@ static void discover_primary_cb(bool success, uint8_t att_ecode, "Primary service discovery failed." " ATT ECODE: 0x%02x", att_ecode); /* Reset error in case of not found */ - if (BT_ATT_ERROR_ATTRIBUTE_NOT_FOUND) { + if (att_ecode == BT_ATT_ERROR_ATTRIBUTE_NOT_FOUND) { success = true; att_ecode = 0; } -- 2.9.3 -- 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