Home
last modified time | relevance | path

Searched defs:GetLocalName (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/facade/
Dcontroller_facade.proto10 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {} rpc
Dcontroller_facade.cc50 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName() function in bluetooth::hci::facade::ControllerFacadeService
/system/bt/gd/hci/
Dcontroller.cc864 std::string Controller::GetLocalName() const { in GetLocalName() function in bluetooth::hci::Controller