Searched refs:ACTION_GATT_CONNECTED (Results 1 – 2 of 2) sorted by relevance
55 public final static String ACTION_GATT_CONNECTED = field in BluetoothLeService76 intentAction = ACTION_GATT_CONNECTED;
98 if (BluetoothLeService.ACTION_GATT_CONNECTED.equals(action)) {303 intentFilter.addAction(BluetoothLeService.ACTION_GATT_CONNECTED); in makeGattUpdateIntentFilter()