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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.h 28 // The BluetoothAdapterChromeOS class implements BluetoothAdapter for the
30 class BluetoothAdapterChromeOS
69 BluetoothAdapterChromeOS();
70 virtual ~BluetoothAdapterChromeOS();
141 base::WeakPtrFactory<BluetoothAdapterChromeOS> weak_ptr_factory_;
143 DISALLOW_COPY_AND_ASSIGN(BluetoothAdapterChromeOS);
bluetooth_adapter_chromeos.cc 25 BluetoothAdapterChromeOS::BluetoothAdapterChromeOS()
40 BluetoothAdapterChromeOS::~BluetoothAdapterChromeOS() {
46 void BluetoothAdapterChromeOS::AddObserver(
52 void BluetoothAdapterChromeOS::RemoveObserver(
58 std::string BluetoothAdapterChromeOS::GetAddress() const {
70 std::string BluetoothAdapterChromeOS::GetName() const {
82 bool BluetoothAdapterChromeOS::IsInitialized() const {
86 bool BluetoothAdapterChromeOS::IsPresent() const
    [all...]

Completed in 433 milliseconds