Home
last modified time | relevance | path

Searched refs:SetLeOobDataPresent (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/security/cert/
Dle_security_test.py194 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
198 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
230 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
234 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
266 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
270 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
303 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
307 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
340 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
344 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
[all …]
/system/bt/gd/security/
Dfacade_configuration_api.cc57 void FacadeConfigurationApi::SetLeOobDataPresent(OobDataFlag oob_present) { in SetLeOobDataPresent() function in bluetooth::security::FacadeConfigurationApi
58 …r_->CallOn(security_manager_impl_, &internal::SecurityManagerImpl::SetLeOobDataPresent, oob_presen… in SetLeOobDataPresent()
Dfacade_configuration_api.h52 void SetLeOobDataPresent(OobDataFlag oob_present);
Dfacade.proto25 rpc SetLeOobDataPresent(LeOobDataPresentMessage) returns (google.protobuf.Empty) {} rpc
Dfacade.cc268 ::grpc::Status SetLeOobDataPresent( in SetLeOobDataPresent() function in bluetooth::security::SecurityModuleFacadeService
272 security_module_->GetFacadeConfigurationApi()->SetLeOobDataPresent( in SetLeOobDataPresent()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h195 void SetLeOobDataPresent(OobDataFlag data_present);
Dsecurity_manager_impl.cc760 void SecurityManagerImpl::SetLeOobDataPresent(OobDataFlag data_present) { in SetLeOobDataPresent() function in bluetooth::security::internal::SecurityManagerImpl