Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java59 private BluetoothGatt mBluetoothGatt; field in GattClientListener
96 mBluetoothGatt = null; in GattClientListener()
162 if (mBluetoothGatt == null) { in onReceive()
163 mBluetoothGatt = mDevice.connectGatt(mContext, in onReceive()
166 mBluetoothGatt.discoverServices(); in onReceive()
191 mBluetoothGatt.discoverServices(); in onConnectionStateChange()
197 mBluetoothGatt.close(); in onConnectionStateChange()
201 mBluetoothGatt = null; in onConnectionStateChange()
215 mBluetoothGatt.requestMtu(MAX_MTU); in onServicesDiscovered()