Home
last modified time | relevance | path

Searched refs:SetLocalName (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dhci_device.cc35 link_layer_controller_.SetLocalName(std::vector<uint8_t>({ in HciDevice()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h811 void SetLocalName(std::vector<uint8_t> const& local_name);
812 void SetLocalName(std::array<uint8_t, kLocalNameSize> const& local_name);
Dlink_layer_controller.cc1999 void LinkLayerController::SetLocalName( in SetLocalName() function in rootcanal::LinkLayerController
2004 void LinkLayerController::SetLocalName(std::vector<uint8_t> const& local_name) { in SetLocalName() function in rootcanal::LinkLayerController
Ddual_mode_controller.cc1481 link_layer_controller_.SetLocalName(command_view.GetLocalName()); in WriteLocalName()