/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | classic_pairing_handler.cc | 93 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/ |
D | security_manager_channel_unittest.cc | 278 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 …]
|
D | security_manager_channel.h | 84 void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command); 92 …void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command, SecurityCommandStatusCallba…
|
D | security_manager_channel.cc | 79 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/ |
D | hci_facade.proto | 9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {} rpc
|
/packages/modules/Bluetooth/system/blueberry/facade/hal/ |
D | hal_facade.proto | 9 rpc SendCommand(blueberry.facade.Data) returns (google.protobuf.Empty) {} rpc
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 81 …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/ |
D | facade.cc | 44 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hal::HciHalFacadeService
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | facade.cc | 73 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hci::facade::HciFacadeService
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hci.py | 175 self.device.hci.SendCommand(common.Data(payload=command.serialize()))
|
D | py_hal.py | 145 self.device.hal.SendCommand(common.Data(payload=command.serialize()))
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | le_acl_manager_test.py | 69 self.cert.hci.SendCommand(cmd)
|