Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/metrics/
Dchromeos_metrics_provider.cc254 case device::BluetoothDevice::VENDOR_ID_BLUETOOTH: in WriteBluetoothProto()
255 paired_device->set_vendor_id_source(PairedDevice::VENDOR_ID_BLUETOOTH); in WriteBluetoothProto()
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_api_utils.cc26 case BluetoothDevice::VENDOR_ID_BLUETOOTH: in ConvertVendorIDSourceToApi()
Dbluetooth_apitest.cc420 .WillRepeatedly(testing::Return(BluetoothDevice::VENDOR_ID_BLUETOOTH)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/device/bluetooth/
Dbluetooth_device.h44 VENDOR_ID_BLUETOOTH, enumerator
Dbluetooth_device_chromeos.cc68 source_value = BluetoothDevice::VENDOR_ID_BLUETOOTH; in ParseModalias()
Dbluetooth_chromeos_unittest.cc3152 EXPECT_EQ(BluetoothDevice::VENDOR_ID_BLUETOOTH, device->GetVendorIDSource()); in TEST_F()
/external/chromium_org/components/metrics/proto/
Dsystem_profile.proto215 // vendor_id_source = VENDOR_ID_BLUETOOTH, vendor_id = 0x00E0 or
222 VENDOR_ID_BLUETOOTH = 1; enumerator