Searched refs:gattServiceIntent (Results 1 – 1 of 1) sorted by relevance
173 Intent gattServiceIntent = new Intent(this, BluetoothLeService.class); in onCreate() local174 bindService(gattServiceIntent, mServiceConnection, BIND_AUTO_CREATE); in onCreate()