Home
last modified time | relevance | path

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

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