HomeSort by relevance Sort by last modified time
    Searched refs:uuid_hex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win.cc 73 std::string uuid_hex = local
75 *uuid = device::BluetoothUUID(uuid_hex);
77 std::string uuid_hex = local
79 *uuid = device::BluetoothUUID(uuid_hex);
bluetooth_task_manager_win.cc 59 std::string uuid_hex = local
61 return device::BluetoothUUID(uuid_hex);

Completed in 1151 milliseconds