Searched refs:mWrappedBluetoothGatt (Results 1 – 2 of 2) sorted by relevance
2466 public final BluetoothGatt mWrappedBluetoothGatt; field in BluetoothGattTestableWrapper2469 mWrappedBluetoothGatt = bluetoothGatt; in BluetoothGattTestableWrapper()2474 return mWrappedBluetoothGatt.getServices(); in getServices()2480 return mWrappedBluetoothGatt.getService(uuid); in getService()2485 return mWrappedBluetoothGatt.discoverServices(); in discoverServices()2490 return mWrappedBluetoothGatt.readCharacteristic(characteristic); in readCharacteristic()2498 return mWrappedBluetoothGatt.writeCharacteristic(characteristic); in writeCharacteristic()2503 return mWrappedBluetoothGatt.readDescriptor(descriptor); in readDescriptor()2508 return mWrappedBluetoothGatt.writeDescriptor(descriptor); in writeDescriptor()2513 return mWrappedBluetoothGatt.requestMtu(mtu); in requestMtu()[all …]
2612 gatt = mBluetoothGatt.mWrappedBluetoothGatt; in notifyConnectionStateChanged()