Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java59 private BluetoothLeService mBluetoothLeService; field in DeviceControlActivity
73 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 …]