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

  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 28 // The BluetoothDeviceChromeOS class implements BluetoothDevice for the
30 class BluetoothDeviceChromeOS
112 BluetoothDeviceChromeOS(
117 virtual ~BluetoothDeviceChromeOS();
201 base::WeakPtrFactory<BluetoothDeviceChromeOS> weak_ptr_factory_;
203 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceChromeOS);
bluetooth_device_chromeos.cc 123 BluetoothDeviceChromeOS::BluetoothDeviceChromeOS(
146 BluetoothDeviceChromeOS::~BluetoothDeviceChromeOS() {
163 uint32 BluetoothDeviceChromeOS::GetBluetoothClass() const {
172 std::string BluetoothDeviceChromeOS::GetDeviceName() const {
181 std::string BluetoothDeviceChromeOS::GetAddress() const {
191 BluetoothDeviceChromeOS::GetVendorIDSource() const {
197 uint16 BluetoothDeviceChromeOS::GetVendorID() const {
203 uint16 BluetoothDeviceChromeOS::GetProductID() const
    [all...]

Completed in 960 milliseconds