Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc362 char uuid_str[size]; in btif_device_supports_profile() local
363 if (btif_config_get_str(device, BTIF_STORAGE_KEY_REMOTE_SERVICE, uuid_str, in btif_device_supports_profile()
367 btif_split_uuids_string(uuid_str, p_uuid, BT_MAX_NUM_UUIDS); in btif_device_supports_profile()
493 char uuid_str[size]; in btif_storage_load_bonded_hearing_aids() local
495 if (btif_config_get_str(name, BTIF_STORAGE_KEY_REMOTE_SERVICE, uuid_str, in btif_storage_load_bonded_hearing_aids()
499 btif_split_uuids_string(uuid_str, p_uuid, BT_MAX_NUM_UUIDS); in btif_storage_load_bonded_hearing_aids()
781 char uuid_str[size]; in btif_storage_load_bonded_leaudio() local
783 if (btif_config_get_str(name, BTIF_STORAGE_KEY_REMOTE_SERVICE, uuid_str, in btif_storage_load_bonded_leaudio()
787 btif_split_uuids_string(uuid_str, p_uuid, BT_MAX_NUM_UUIDS); in btif_storage_load_bonded_leaudio()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs2178 let uuid_str = "0000fef3-0000-1000-8000-00805f9b34fb".to_string(); in test_append_service_data_good_id() localVariable
2184 service_data.insert(uuid_str, data.clone()); in test_append_service_data_good_id()
2194 let uuid_str = "fef3".to_string(); in test_append_service_data_bad_id() localVariable
2200 service_data.insert(uuid_str, data.clone()); in test_append_service_data_bad_id()