Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_hfp_ag_profile.c243 ag->profile = cras_bt_device_profile_from_uuid(profile->uuid); in cras_hfp_ag_new_connection()
327 ag->profile = cras_bt_device_profile_from_uuid(profile->uuid); in cras_hsp_ag_new_connection()
Dcras_bt_device.h27 enum cras_bt_device_profile cras_bt_device_profile_from_uuid(const char *uuid);
Dcras_bt_device.c130 enum cras_bt_device_profile cras_bt_device_profile_from_uuid(const char *uuid) in cras_bt_device_profile_from_uuid() function
675 cras_bt_device_profile_from_uuid(uuid); in cras_bt_device_add_supported_profiles()
Dcras_bt_transport.c264 cras_bt_device_profile_from_uuid(value); in cras_bt_transport_update_properties()
/external/adhd/cras/src/tests/
Dhfp_ag_profile_unittest.cc202 enum cras_bt_device_profile cras_bt_device_profile_from_uuid(const char* uuid) { in cras_bt_device_profile_from_uuid() function