Home
last modified time | relevance | path

Searched refs:SendCommand (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.cc93 GetChannel()->SendCommand( in OnConfirmYesNo()
96 GetChannel()->SendCommand( in OnConfirmYesNo()
102 …GetChannel()->SendCommand(hci::UserPasskeyRequestReplyBuilder::Create(address.GetAddress(), passke… in OnPasskeyEntry()
111 …GetChannel()->SendCommand(hci::PinCodeRequestReplyBuilder::Create(address.GetAddress(), pin.size()… in OnPinEntry()
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()
376 GetChannel()->SendCommand(hci::RemoteOobDataRequestReplyBuilder::Create( in OnReceive()
[all …]
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc278 channel_->SendCommand(std::move(packet)); in TEST_F()
294 channel_->SendCommand(std::move(packet)); in TEST_F()
327 channel_->SendCommand(std::move(packet)); in TEST_F()
342 channel_->SendCommand(std::move(packet)); in TEST_F()
371 channel_->SendCommand(std::move(packet)); in TEST_F()
386 channel_->SendCommand(std::move(packet)); in TEST_F()
409 channel_->SendCommand(std::move(packet)); in TEST_F()
424 channel_->SendCommand(std::move(packet)); in TEST_F()
439 channel_->SendCommand(std::move(packet)); in TEST_F()
454 channel_->SendCommand(std::move(packet)); in TEST_F()
[all …]
Dsecurity_manager_channel.h84 void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command);
92 …void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command, SecurityCommandStatusCallba…
Dsecurity_manager_channel.cc79 void SecurityManagerChannel::SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command) { in SendCommand() function in bluetooth::security::channel::SecurityManagerChannel
84 void SecurityManagerChannel::SendCommand( in SendCommand() function in bluetooth::security::channel::SecurityManagerChannel
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dhci_facade.proto9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/blueberry/facade/hal/
Dhal_facade.proto9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc81 …security_manager_channel_->SendCommand(hci::WriteSimplePairingModeBuilder::Create(hci::Enable::ENA… in Init()
82 …security_manager_channel_->SendCommand(hci::WriteSecureConnectionsHostSupportBuilder::Create(hci::… in Init()
193 security_manager_channel_->SendCommand(hci::DeleteStoredLinkKeyBuilder::Create( in RemoveBond()
788 this->security_manager_channel_->SendCommand( in GetOutOfBandData()
/packages/modules/Bluetooth/system/gd/hal/
Dfacade.cc44 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hal::HciHalFacadeService
/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc73 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hci::facade::HciFacadeService
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py175 self.device.hci.SendCommand(common.Data(payload=command.serialize()))
Dpy_hal.py145 self.device.hal.SendCommand(common.Data(payload=command.serialize()))
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_acl_manager_test.py69 self.cert.hci.SendCommand(cmd)