Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java55 public final static String ACTION_GATT_CONNECTED = field in BluetoothLeService
76 intentAction = ACTION_GATT_CONNECTED;
DDeviceControlActivity.java98 if (BluetoothLeService.ACTION_GATT_CONNECTED.equals(action)) {
303 intentFilter.addAction(BluetoothLeService.ACTION_GATT_CONNECTED); in makeGattUpdateIntentFilter()