mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
FIxed bug
This commit is contained in:
parent
acf47a683d
commit
e55e78450b
1 changed files with 1 additions and 1 deletions
2
SPP.cpp
2
SPP.cpp
|
@ -433,7 +433,7 @@ void SPP::SDP_task() {
|
|||
SDPConnected = false;
|
||||
pBtd->hci_disconnect(hci_handle);
|
||||
l2cap_sdp_state = L2CAP_SDP_WAIT;
|
||||
l2cap_sdp_state = L2CAP_RFCOMM_WAIT;
|
||||
l2cap_rfcomm_state = L2CAP_RFCOMM_WAIT;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue