Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java173 Intent gattServiceIntent = new Intent(this, BluetoothLeService.class); in onCreate() local
174 bindService(gattServiceIntent, mServiceConnection, BIND_AUTO_CREATE); in onCreate()