Searched refs:SetLeOobDataPresent (Results 1 – 7 of 7) sorted by relevance
182 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 …]
50 void FacadeConfigurationApi::SetLeOobDataPresent(OobDataFlag oob_present) { in SetLeOobDataPresent() function in bluetooth::security::FacadeConfigurationApi51 …r_->CallOn(security_manager_impl_, &internal::SecurityManagerImpl::SetLeOobDataPresent, oob_presen… in SetLeOobDataPresent()
51 void SetLeOobDataPresent(OobDataFlag oob_present);
22 rpc SetLeOobDataPresent(LeOobDataPresentMessage) returns (google.protobuf.Empty) {} rpc
170 ::grpc::Status SetLeOobDataPresent( in SetLeOobDataPresent() function in bluetooth::security::SecurityModuleFacadeService174 security_module_->GetFacadeConfigurationApi()->SetLeOobDataPresent( in SetLeOobDataPresent()
175 void SetLeOobDataPresent(OobDataFlag data_present);
644 void SecurityManagerImpl::SetLeOobDataPresent(OobDataFlag data_present) { in SetLeOobDataPresent() function in bluetooth::security::internal::SecurityManagerImpl