Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_util.h67 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128);
/external/bluetooth/bluedroid/btif/src/
Dbtif_storage.c548 uuid16_to_uuid128(UUID_SERVCLASS_AG_HANDSFREE, in btif_storage_get_adapter_property()
555 uuid16_to_uuid128(UUID_SERVCLASS_HEADSET_AUDIO_GATEWAY, in btif_storage_get_adapter_property()
561 uuid16_to_uuid128(UUID_SERVCLASS_AUDIO_SOURCE, in btif_storage_get_adapter_property()
Dbtif_util.c121 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128) in uuid16_to_uuid128() function