Searched refs:ACTION_GATT_DISCONNECTED (Results 1 – 2 of 2) sorted by relevance
57 public final static String ACTION_GATT_DISCONNECTED = field in BluetoothLeService85 intentAction = ACTION_GATT_DISCONNECTED;
102 } else if (BluetoothLeService.ACTION_GATT_DISCONNECTED.equals(action)) {304 intentFilter.addAction(BluetoothLeService.ACTION_GATT_DISCONNECTED); in makeGattUpdateIntentFilter()