mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 04:35:05 +01:00
service: nfc: Start adapter communication on scan (#6671)
This commit is contained in:
parent
cd3244f139
commit
26e3f96983
@ -218,7 +218,10 @@ ResultCode NfcDevice::StartDetection(TagProtocol allowed_protocol) {
|
|||||||
return ResultInvalidOperation;
|
return ResultInvalidOperation;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Set console in search mode here
|
// Ensure external device is active
|
||||||
|
if (communication_state == CommunicationState::Idle) {
|
||||||
|
StartCommunication();
|
||||||
|
}
|
||||||
|
|
||||||
device_state = DeviceState::SearchingForTag;
|
device_state = DeviceState::SearchingForTag;
|
||||||
allowed_protocols = allowed_protocol;
|
allowed_protocols = allowed_protocol;
|
||||||
|
Loading…
Reference in New Issue
Block a user