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

  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 173 Intent gattServiceIntent = new Intent(this, BluetoothLeService.class);
174 bindService(gattServiceIntent, mServiceConnection, BIND_AUTO_CREATE);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 173 Intent gattServiceIntent = new Intent(this, BluetoothLeService.class);
174 bindService(gattServiceIntent, mServiceConnection, BIND_AUTO_CREATE);

Completed in 80 milliseconds