Searched refs:PeripheralHandoverService (Results 1 – 2 of 2) sorted by relevance
67 import com.android.nfc.handover.PeripheralHandoverService;982 Intent intent = new Intent(mContext, PeripheralHandoverService.class); in tryPeripheralHandover()983 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_DEVICE, handover.device); in tryPeripheralHandover()984 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_NAME, handover.name); in tryPeripheralHandover()985 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_TRANSPORT, handover.transport); in tryPeripheralHandover()987 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_OOB_DATA, handover.oobData); in tryPeripheralHandover()990 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_UUIDS, handover.uuids); in tryPeripheralHandover()993 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_CLASS, handover.btClass); in tryPeripheralHandover()995 intent.putExtra(PeripheralHandoverService.EXTRA_BT_ENABLED, mBluetoothEnabledByNfc.get()); in tryPeripheralHandover()996 intent.putExtra(PeripheralHandoverService.EXTRA_CLIENT, mMessenger); in tryPeripheralHandover()[all …]
41 public class PeripheralHandoverService extends Service implements BluetoothPeripheralHandover.Callb… class101 public PeripheralHandoverService() { in PeripheralHandoverService() method in PeripheralHandoverService