HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothLeService (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 59 private BluetoothLeService mBluetoothLeService;
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)
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 59 private BluetoothLeService mBluetoothLeService;
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)
    [all...]
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 59 private BluetoothLeService mBluetoothLeService;
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)
    [all...]

Completed in 142 milliseconds