Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/facade/
Dcontroller_facade.cc53 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName() function in bluetooth::hci::facade::ControllerFacadeService
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto11 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {} rpc
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h743 std::array<uint8_t, kLocalNameSize> const& GetLocalName() { in GetLocalName() function
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc1097 std::string Controller::GetLocalName() const { in GetLocalName() function in bluetooth::hci::Controller