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.py182 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
186 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
216 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
220 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
250 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
254 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
285 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
289 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
320 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
324 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
[all …]
/system/bt/gd/security/
Dfacade_configuration_api.cc50 void FacadeConfigurationApi::SetLeOobDataPresent(OobDataFlag oob_present) { in SetLeOobDataPresent() function in bluetooth::security::FacadeConfigurationApi
51 …r_->CallOn(security_manager_impl_, &internal::SecurityManagerImpl::SetLeOobDataPresent, oob_presen… in SetLeOobDataPresent()
Dfacade_configuration_api.h51 void SetLeOobDataPresent(OobDataFlag oob_present);
Dfacade.proto22 rpc SetLeOobDataPresent(LeOobDataPresentMessage) returns (google.protobuf.Empty) {} rpc
Dfacade.cc170 ::grpc::Status SetLeOobDataPresent( in SetLeOobDataPresent() function in bluetooth::security::SecurityModuleFacadeService
174 security_module_->GetFacadeConfigurationApi()->SetLeOobDataPresent( in SetLeOobDataPresent()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h175 void SetLeOobDataPresent(OobDataFlag data_present);
Dsecurity_manager_impl.cc644 void SecurityManagerImpl::SetLeOobDataPresent(OobDataFlag data_present) { in SetLeOobDataPresent() function in bluetooth::security::internal::SecurityManagerImpl