Searched defs:WriteLocalName (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/hci/facade/ | ||
D | controller_facade.proto | 9 rpc WriteLocalName(NameMsg) returns (google.protobuf.Empty) {} rpc |
D | controller_facade.cc | 57 ::grpc::Status WriteLocalName(::grpc::ServerContext* context, const NameMsg* request, in WriteLocalName() function in bluetooth::hci::facade::ControllerFacadeService |
/system/bt/gd/hci/ | ||
D | controller.cc | 1010 void Controller::WriteLocalName(std::string local_name) { in WriteLocalName() function in bluetooth::hci::Controller |
/system/bt/stack/include/ | ||
D | hcimsgs.h | 161 void (*WriteLocalName)(BD_NAME name); member |
/system/bt/vendor_libs/test_vendor_lib/model/controller/ | ||
D | dual_mode_controller.cc | 1283 void DualModeController::WriteLocalName(CommandView command) { in WriteLocalName() function in test_vendor_lib::DualModeController |