Searched refs:mBluetoothLeService (Results 1 – 1 of 1) sorted by relevance
59 private BluetoothLeService mBluetoothLeService; field in DeviceControlActivity73 mBluetoothLeService = ((BluetoothLeService.LocalBinder) service).getService();74 if (!mBluetoothLeService.initialize()) {79 mBluetoothLeService.connect(mDeviceAddress);84 mBluetoothLeService = null;109 displayGattServices(mBluetoothLeService.getSupportedGattServices());133 mBluetoothLeService.setCharacteristicNotification(137 mBluetoothLeService.readCharacteristic(characteristic);141 mBluetoothLeService.setCharacteristicNotification(181 if (mBluetoothLeService != null) { in onResume()[all …]