Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:mBluetoothGatt

288     private BluetoothGatt mBluetoothGatt;
357 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) {
358 mBluetoothGatt.discoverServices();
433 if (mBluetoothGatt != null) {
434 mBluetoothGatt.readRemoteRssi();
438 if (mBluetoothGatt != null) {
439 mBluetoothGatt.disconnect();
478 if (mBluetoothGatt != null) {
479 mBluetoothGatt.disconnect();
480 mBluetoothGatt.close();
481 mBluetoothGatt = null;
509 if (mBluetoothGatt != null) {
527 mBluetoothGatt.requestMtu(mtu);
538 mBluetoothGatt.writeCharacteristic(characteristic);
552 mBluetoothGatt.readCharacteristic(characteristic);
560 mBluetoothGatt.writeDescriptor(descriptor);
567 mBluetoothGatt.readDescriptor(descriptor);
575 mBluetoothGatt.writeDescriptor(descriptor);
582 mBluetoothGatt.readDescriptor(descriptor);
604 mBluetoothGatt.setCharacteristicNotification(characteristic, enable);
615 mBluetoothGatt.writeDescriptor(descriptor);
797 if (mBluetoothGatt != null) {
798 service = mBluetoothGatt.getService(serverUid);
809 if (mBluetoothGatt != null) {
810 service = mBluetoothGatt.getService(SERVICE_UUID);
887 mBluetoothGatt.beginReliableWrite();
889 mBluetoothGatt.abortReliableWrite();
893 mBluetoothGatt.beginReliableWrite();
927 mBluetoothGatt.disconnect();
931 mBluetoothGatt.disconnect();
939 mBluetoothGatt.close();
944 mBluetoothGatt.close();
945 mBluetoothGatt = null;
954 if ((status == BluetoothGatt.GATT_SUCCESS) && (mBluetoothGatt.getService(SERVICE_UUID) != null)) {
1048 if (!mBluetoothGatt.executeReliableWrite()) {
1072 mBluetoothGatt.abortReliableWrite();
1229 if (mBluetoothGatt == null) {
1249 mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1252 mBluetoothGatt = connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
1295 mBluetoothGatt = connectGatt(device, mContext, false, mSecure, mGattCallbacks);