Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_util.h68 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128);
/system/bt/btif/src/
Dbtif_storage.cc603 uuid16_to_uuid128(UUID_SERVCLASS_AG_HANDSFREE, p_uuid + num_uuids); in btif_storage_get_adapter_property()
609 uuid16_to_uuid128(UUID_SERVCLASS_HEADSET_AUDIO_GATEWAY, in btif_storage_get_adapter_property()
614 uuid16_to_uuid128(UUID_SERVCLASS_AUDIO_SOURCE, p_uuid + num_uuids); in btif_storage_get_adapter_property()
618 uuid16_to_uuid128(UUID_SERVCLASS_AUDIO_SINK, p_uuid + num_uuids); in btif_storage_get_adapter_property()
622 uuid16_to_uuid128(UUID_SERVCLASS_HF_HANDSFREE, p_uuid + num_uuids); in btif_storage_get_adapter_property()
Dbtif_util.cc107 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128) { in uuid16_to_uuid128() function