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
680 std::array<uint8_t, 248> const& GetLocalName() { return local_name_; } in GetLocalName() function
916 std::string Controller::GetLocalName() const { in GetLocalName() function in bluetooth::hci::Controller