Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dle_security_test.py178 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
182 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
216 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
220 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
254 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
258 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
293 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
297 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
332 self.dut.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
336 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)
[all …]
/packages/modules/Bluetooth/system/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.cc370 ::grpc::Status SetLeOobDataPresent( in SetLeOobDataPresent() function in bluetooth::security::SecurityModuleFacadeService
374 security_module_->GetFacadeConfigurationApi()->SetLeOobDataPresent( in SetLeOobDataPresent()
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto25 rpc SetLeOobDataPresent(LeOobDataPresentMessage) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h200 void SetLeOobDataPresent(OobDataFlag data_present);
Dsecurity_manager_impl.cc783 void SecurityManagerImpl::SetLeOobDataPresent(OobDataFlag data_present) { in SetLeOobDataPresent() function in bluetooth::security::internal::SecurityManagerImpl
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/
Doob_pairing_sl4a_test.py233 self.cert.security.SetLeOobDataPresent(OOB_NOT_PRESENT)