Loading system/gd/security/pairing/classic_pairing_handler.cc +1 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ void ClassicPairingHandler::OnReceive(hci::IoCapabilityResponseView packet) { GetRecord()->SetRequiresMitmProtection(false); break; } has_gotten_io_cap_response_ = true; } void ClassicPairingHandler::OnReceive(hci::SimplePairingCompleteView packet) { Loading system/gd/security/pairing/classic_pairing_handler.h +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,8 @@ class ClassicPairingHandler : public PairingHandler { std::string device_name_; bool is_cancelled_ = false; bool has_gotten_io_cap_response_ = false; hci::ErrorCode last_status_ = hci::ErrorCode::UNKNOWN_HCI_COMMAND; bool locally_initiated_ = false; uint32_t passkey_ = 0; Loading Loading
system/gd/security/pairing/classic_pairing_handler.cc +1 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ void ClassicPairingHandler::OnReceive(hci::IoCapabilityResponseView packet) { GetRecord()->SetRequiresMitmProtection(false); break; } has_gotten_io_cap_response_ = true; } void ClassicPairingHandler::OnReceive(hci::SimplePairingCompleteView packet) { Loading
system/gd/security/pairing/classic_pairing_handler.h +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,8 @@ class ClassicPairingHandler : public PairingHandler { std::string device_name_; bool is_cancelled_ = false; bool has_gotten_io_cap_response_ = false; hci::ErrorCode last_status_ = hci::ErrorCode::UNKNOWN_HCI_COMMAND; bool locally_initiated_ = false; uint32_t passkey_ = 0; Loading