Home
last modified time | relevance | path

Searched refs:mWrappedBluetoothGatt (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2466 public final BluetoothGatt mWrappedBluetoothGatt; field in BluetoothGattTestableWrapper
2469 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 …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2612 gatt = mBluetoothGatt.mWrappedBluetoothGatt; in notifyConnectionStateChanged()