Searched refs:PeripheralHandoverService (Results 1 – 2 of 2) sorted by relevance
26 import com.android.nfc.handover.PeripheralHandoverService;667 Intent intent = new Intent(mContext, PeripheralHandoverService.class); in tryPeripheralHandover()668 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_DEVICE, handover.device); in tryPeripheralHandover()669 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_NAME, handover.name); in tryPeripheralHandover()670 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_TRANSPORT, handover.transport); in tryPeripheralHandover()672 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_OOB_DATA, handover.oobData); in tryPeripheralHandover()675 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_UUIDS, handover.uuids); in tryPeripheralHandover()678 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_CLASS, handover.btClass); in tryPeripheralHandover()680 intent.putExtra(PeripheralHandoverService.EXTRA_BT_ENABLED, mBluetoothEnabledByNfc.get()); in tryPeripheralHandover()681 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