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

  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_service_chromeos.h 35 // The BluetoothRemoteGattServiceChromeOS class implements BluetootGattService
37 class BluetoothRemoteGattServiceChromeOS
104 BluetoothRemoteGattServiceChromeOS(BluetoothAdapterChromeOS* adapter,
107 virtual ~BluetoothRemoteGattServiceChromeOS();
148 base::WeakPtrFactory<BluetoothRemoteGattServiceChromeOS> weak_ptr_factory_;
150 DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteGattServiceChromeOS);
bluetooth_remote_gatt_service_chromeos.cc 18 BluetoothRemoteGattServiceChromeOS::BluetoothRemoteGattServiceChromeOS(
44 BluetoothRemoteGattServiceChromeOS::~BluetoothRemoteGattServiceChromeOS() {
64 std::string BluetoothRemoteGattServiceChromeOS::GetIdentifier() const {
68 device::BluetoothUUID BluetoothRemoteGattServiceChromeOS::GetUUID() const {
76 bool BluetoothRemoteGattServiceChromeOS::IsLocal() const {
80 bool BluetoothRemoteGattServiceChromeOS::IsPrimary() const {
88 device::BluetoothDevice* BluetoothRemoteGattServiceChromeOS::GetDevice() const {
93 BluetoothRemoteGattServiceChromeOS::GetCharacteristics() const
    [all...]

Completed in 1200 milliseconds