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 21 // The BluetoothDeviceChromeOS class implements BluetoothDevice for the
23 class BluetoothDeviceChromeOS
82 BluetoothDeviceChromeOS(BluetoothAdapterChromeOS* adapter,
84 virtual ~BluetoothDeviceChromeOS();
216 base::WeakPtrFactory<BluetoothDeviceChromeOS> weak_ptr_factory_;
218 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceChromeOS);
bluetooth_device_chromeos.cc 130 BluetoothDeviceChromeOS::BluetoothDeviceChromeOS(
141 BluetoothDeviceChromeOS::~BluetoothDeviceChromeOS() {
144 uint32 BluetoothDeviceChromeOS::GetBluetoothClass() const {
153 std::string BluetoothDeviceChromeOS::GetDeviceName() const {
162 std::string BluetoothDeviceChromeOS::GetAddress() const {
171 uint16 BluetoothDeviceChromeOS::GetVendorID() const {
177 uint16 BluetoothDeviceChromeOS::GetProductID() const {
183 uint16 BluetoothDeviceChromeOS::GetDeviceID() const
    [all...]

Completed in 26 milliseconds