Searched refs:BLE_BLUETOOTH_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
68 filter.addAction(BleClientService.BLE_BLUETOOTH_DISCONNECTED); in onResume()138 } else if (action == BleClientService.BLE_BLUETOOTH_DISCONNECTED) {
57 mFilter = BleClientService.BLE_BLUETOOTH_DISCONNECTED; in BleButtonActivity()
68 public static final String BLE_BLUETOOTH_DISCONNECTED = field in BleClientService194 Intent intent = new Intent(BLE_BLUETOOTH_DISCONNECTED); in notifyDisconnected()