Searched refs:SetLeOobDataPresent (Results 1 – 7 of 7) sorted by relevance
194 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 …]
57 void FacadeConfigurationApi::SetLeOobDataPresent(OobDataFlag oob_present) { in SetLeOobDataPresent() function in bluetooth::security::FacadeConfigurationApi58 …r_->CallOn(security_manager_impl_, &internal::SecurityManagerImpl::SetLeOobDataPresent, oob_presen… in SetLeOobDataPresent()
52 void SetLeOobDataPresent(OobDataFlag oob_present);
25 rpc SetLeOobDataPresent(LeOobDataPresentMessage) returns (google.protobuf.Empty) {} rpc
268 ::grpc::Status SetLeOobDataPresent( in SetLeOobDataPresent() function in bluetooth::security::SecurityModuleFacadeService272 security_module_->GetFacadeConfigurationApi()->SetLeOobDataPresent( in SetLeOobDataPresent()
195 void SetLeOobDataPresent(OobDataFlag data_present);
760 void SecurityManagerImpl::SetLeOobDataPresent(OobDataFlag data_present) { in SetLeOobDataPresent() function in bluetooth::security::internal::SecurityManagerImpl