Searched defs:format_uuid (Results 1 - 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
H A D | btif_gatt_test.c | 76 static char * format_uuid(tBT_UUID bt_uuid, char *str_buf) function 145 ALOGD(" Attribute type: %s", format_uuid(p_data->type, str_buf)); 155 format_uuid(p_data->value.group_value.service_type, str_buf)); 169 format_uuid(p_data->value.incl_service.service_type, str_buf)); 176 format_uuid(p_data->value.dclr_value.char_uuid, str_buf)); 180 ALOGD(" Descriptor UUID: %s", format_uuid(p_data->type, str_buf)); 270 format_uuid(param.service, buf), params->u2, params->u3);
|
Completed in 58 milliseconds