Searched refs:mBluetoothGatt (Results 1 – 4 of 4) sorted by relevance
113 private BluetoothGatt mBluetoothGatt; field in BleEncryptedClientService154 if (mBluetoothGatt != null) { in onDestroy()155 mBluetoothGatt.disconnect(); in onDestroy()156 mBluetoothGatt.close(); in onDestroy()157 mBluetoothGatt = null; in onDestroy()218 if (mBluetoothGatt != null) { in getService()219 service = mBluetoothGatt.getService(SERVICE_UUID); in getService()270 mBluetoothGatt.writeCharacteristic(characteristic); in startEncryptedAction()275 mBluetoothGatt.readCharacteristic(characteristic); in startEncryptedAction()281 mBluetoothGatt.writeDescriptor(descriptor); in startEncryptedAction()[all …]
83 private BluetoothGatt mBluetoothGatt; field in BleConnectionPriorityClientService117 if (mBluetoothGatt != null) { in onDestroy()119 mBluetoothGatt.disconnect(); in onDestroy()120 mBluetoothGatt.close(); in onDestroy()123 mBluetoothGatt = null; in onDestroy()154 if (mBluetoothGatt != null) { in onStartCommand()155 mBluetoothGatt.disconnect(); in onStartCommand()171 mBluetoothGatt.requestConnectionPriority(mPriority); in myRequestConnectionPriority()214 mBluetoothGatt.disconnect();218 mBluetoothGatt.disconnect();[all …]
288 private BluetoothGatt mBluetoothGatt; field in BleClientService357 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in onTestFinish()358 mBluetoothGatt.discoverServices(); in onTestFinish()433 if (mBluetoothGatt != null) { in onTestFinish()434 mBluetoothGatt.readRemoteRssi(); in onTestFinish()438 if (mBluetoothGatt != null) { in onTestFinish()439 mBluetoothGatt.disconnect(); in onTestFinish()478 if (mBluetoothGatt != null) { in onDestroy()479 mBluetoothGatt.disconnect(); in onDestroy()480 mBluetoothGatt.close(); in onDestroy()[all …]
144 private BluetoothGatt mBluetoothGatt; field in BleCocClientService223 if (mBluetoothGatt != null) { in onTestFinish()224 mBluetoothGatt.disconnect(); in onTestFinish()244 if (mBluetoothGatt != null) { in onDestroy()245 mBluetoothGatt.disconnect(); in onDestroy()246 mBluetoothGatt.close(); in onDestroy()247 mBluetoothGatt = null; in onDestroy()286 mBluetoothGatt.readCharacteristic(characteristic); in readCharacteristic()321 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) { in startLeDiscovery()322 mBluetoothGatt.discoverServices(); in startLeDiscovery()[all …]