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.c262 ag->profile = cras_bt_device_profile_from_uuid(profile->uuid); in cras_hfp_ag_new_connection()
346 ag->profile = cras_bt_device_profile_from_uuid(profile->uuid); in cras_hsp_ag_new_connection()
Dcras_bt_device.h37 enum cras_bt_device_profile cras_bt_device_profile_from_uuid(const char *uuid);
Dcras_bt_device.c143 enum cras_bt_device_profile cras_bt_device_profile_from_uuid(const char *uuid) in cras_bt_device_profile_from_uuid() function
864 cras_bt_device_profile_from_uuid(uuid); in cras_bt_device_update_properties()
Dcras_bt_transport.c267 cras_bt_device_profile_from_uuid(value); in cras_bt_transport_update_properties()
/external/adhd/cras/src/tests/
Dhfp_ag_profile_unittest.cc221 enum cras_bt_device_profile cras_bt_device_profile_from_uuid(const char* uuid) { in cras_bt_device_profile_from_uuid() function