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.cc55 ::grpc::Status GetLocalName( 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.h787 std::array<uint8_t, kLocalNameSize> const& GetLocalName() { in GetLocalName() function
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc1261 std::string Controller::GetLocalName() const { in GetLocalName() function in bluetooth::hci::Controller