Home
last modified time | relevance | path

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

/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.cc221 std::string device_address_path, uuid_path; in RegisterProfile() local
223 base::ReplaceChars(uuid_.canonical_value(), ":-", "_", &uuid_path); in RegisterProfile()
226 device_address_path + "/" + uuid_path); in RegisterProfile()
229 uuid_path); in RegisterProfile()