Home
last modified time | relevance | path

Searched refs:format_uuid (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_test.c76 static char * format_uuid(tBT_UUID bt_uuid, char *str_buf) in format_uuid() function
151 LOG_DEBUG(" Attribute type: %s", format_uuid(p_data->type, str_buf)); in btif_test_discovery_result_cback()
161 format_uuid(p_data->value.group_value.service_type, str_buf)); in btif_test_discovery_result_cback()
175 format_uuid(p_data->value.incl_service.service_type, str_buf)); in btif_test_discovery_result_cback()
182 format_uuid(p_data->value.dclr_value.char_uuid, str_buf)); in btif_test_discovery_result_cback()
186 LOG_DEBUG(" Descriptor UUID: %s", format_uuid(p_data->type, str_buf)); in btif_test_discovery_result_cback()
279 format_uuid(param.service, buf), params->u2, params->u3); in btif_gattc_test_command_impl()