discovery_req_clear(client);
if (!success) {
- util_debug(client->debug_callback, client->debug_data,
- "Secondary service discovery failed."
- " ATT ECODE: 0x%02x", att_ecode);
switch (att_ecode) {
case BT_ATT_ERROR_ATTRIBUTE_NOT_FOUND:
case BT_ATT_ERROR_UNSUPPORTED_GROUP_TYPE:
-#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
success = true;
att_ecode = 0;
-#endif
goto next;
default:
+ util_debug(client->debug_callback, client->debug_data,
+ "Secondary service discovery failed."
+ " ATT ECODE: 0x%02x", att_ecode);
goto done;
}
}