Home
last modified time | relevance | path

Searched refs:RegisterAclChannel (Results 1 – 7 of 7) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dcar_kit.cc34 link_layer_controller_.RegisterAclChannel( in CarKit()
Dhci_socket_device.cc98RegisterAclChannel([this](std::shared_ptr<std::vector<uint8_t>> packet) { SendHci(hci::PacketType:… in HciSocketDevice()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h92 …void RegisterAclChannel(const std::function<void(std::shared_ptr<std::vector<uint8_t>>)>& send_acl…
Dlink_layer_controller.h103 void RegisterAclChannel(
Ddual_mode_controller.cc362 void DualModeController::RegisterAclChannel( in RegisterAclChannel() function in test_vendor_lib::DualModeController
372 link_layer_controller_.RegisterAclChannel(send_acl_); in RegisterAclChannel()
Dlink_layer_controller.cc1160 void LinkLayerController::RegisterAclChannel( in RegisterAclChannel() function in test_vendor_lib::LinkLayerController
/system/bt/test/rootcanal/
Dbluetooth_hci.cc120 controller_->RegisterAclChannel( in initialize_impl()