Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/
H A Dsecurity_manager.cc49 void SecurityManager::GetOutOfBandData(channel::SecurityCommandStatusCallback callback) { in GetOutOfBandData() function in bluetooth::security::SecurityManager
51 &internal::SecurityManagerImpl::GetOutOfBandData, in GetOutOfBandData()
H A Dsecurity_manager.h72 void GetOutOfBandData(channel::SecurityCommandStatusCallback callback);
H A Dfacade.proto13 rpc GetOutOfBandData(google.protobuf.Empty) returns (google.protobuf.Empty) {}
H A Dfacade.cc128 ::grpc::Status GetOutOfBandData( in GetOutOfBandData() function in bluetooth::security::SecurityModuleFacadeService
132 security_module_->GetSecurityManager()->GetOutOfBandData( in GetOutOfBandData()
/aosp12/system/bt/gd/security/internal/
H A Dsecurity_manager_impl.h191 void GetOutOfBandData(channel::SecurityCommandStatusCallback callback);
H A Dsecurity_manager_impl.cc764 void SecurityManagerImpl::GetOutOfBandData(channel::SecurityCommandStatusCallback callback) { in GetOutOfBandData() function in bluetooth::security::internal::SecurityManagerImpl
/aosp12/system/bt/gd/cert/
H A Dpy_security.py260 self._device.security.GetOutOfBandData(empty_proto.Empty())