Searched defs:GetLocalName (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/hci/facade/ | ||
D | controller_facade.proto | 10 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {} rpc |
D | controller_facade.cc | 50 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName() function in bluetooth::hci::facade::ControllerFacadeService |
/system/bt/gd/hci/ | ||
D | controller.cc | 864 std::string Controller::GetLocalName() const { in GetLocalName() function in bluetooth::hci::Controller |