Searched defs:GetLocalName (Results 1 – 4 of 4) sorted by relevance
53 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName() function in bluetooth::hci::facade::ControllerFacadeService
11 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {} rpc
743 std::array<uint8_t, kLocalNameSize> const& GetLocalName() { in GetLocalName() function
1097 std::string Controller::GetLocalName() const { in GetLocalName() function in bluetooth::hci::Controller