Searched defs:BluetoothDeviceChromeOS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.h28 // The BluetoothDeviceChromeOS class implements BluetoothDevice for the
30 class BluetoothDeviceChromeOS class in namespace:chromeos
112 BluetoothDeviceChromeOS(
117 virtual ~BluetoothDeviceChromeOS();
201 base::WeakPtrFactory<BluetoothDeviceChromeOS> weak_ptr_factory_;
203 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceChromeOS);
H A Dbluetooth_device_chromeos.cc123 BluetoothDeviceChromeOS::BluetoothDeviceChromeOS( function in class:chromeos::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
[all...]

Completed in 73 milliseconds