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

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 17 bool BluetoothDevice::IsUUIDValid(const std::string& uuid) {
bluetooth_device.h 166 static bool IsUUIDValid(const std::string& uuid);
bluetooth_profile_chromeos.cc 72 if (!BluetoothDevice::IsUUIDValid(uuid)) {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 124 if (!BluetoothDevice::IsUUIDValid(params->profile.uuid)) {
206 if (!BluetoothDevice::IsUUIDValid(params->profile.uuid)) {
302 if (!BluetoothDevice::IsUUIDValid(uuid)) {
385 if (!BluetoothDevice::IsUUIDValid(options.profile.uuid)) {

Completed in 92 milliseconds