Home
last modified time | relevance | path

Searched refs:device_address_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
222 base::ReplaceChars(device_address_, ":-", "_", &device_address_path); in RegisterProfile()
224 if (!device_address_path.empty()) { in RegisterProfile()
226 device_address_path + "/" + uuid_path); in RegisterProfile()