Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.cc93 GetChannel()->SendCommand( in OnConfirmYesNo()
96 GetChannel()->SendCommand( in OnConfirmYesNo()
102GetChannel()->SendCommand(hci::UserPasskeyRequestReplyBuilder::Create(address.GetAddress(), passke… in OnPasskeyEntry()
111GetChannel()->SendCommand(hci::PinCodeRequestReplyBuilder::Create(address.GetAddress(), pin.size()… in OnPinEntry()
141 GetChannel()->Connect(GetRecord()->GetPseudoAddress()->GetAddress()); in Initiate()
213 this->GetChannel()->SendCommand(hci::LinkKeyRequestReplyBuilder::Create( in OnReceive()
219 this->GetChannel()->SendCommand( in OnReceive()
250 this->GetChannel()->SendCommand(std::move(reply_packet)); in OnReceive()
361 GetChannel()->SendCommand( in OnReceive()
369 GetChannel()->SendCommand(hci::RemoteOobExtendedDataRequestReplyBuilder::Create( in OnReceive()
[all …]
Dpairing_handler.h87 channel::SecurityManagerChannel* GetChannel() { in GetChannel() function