Searched refs:RegisterAclChannel (Results 1 – 7 of 7) sorted by relevance
34 link_layer_controller_.RegisterAclChannel( in CarKit()
98 …RegisterAclChannel([this](std::shared_ptr<std::vector<uint8_t>> packet) { SendHci(hci::PacketType:… in HciSocketDevice()
92 …void RegisterAclChannel(const std::function<void(std::shared_ptr<std::vector<uint8_t>>)>& send_acl…
103 void RegisterAclChannel(
362 void DualModeController::RegisterAclChannel( in RegisterAclChannel() function in test_vendor_lib::DualModeController372 link_layer_controller_.RegisterAclChannel(send_acl_); in RegisterAclChannel()
1160 void LinkLayerController::RegisterAclChannel( in RegisterAclChannel() function in test_vendor_lib::LinkLayerController
120 controller_->RegisterAclChannel( in initialize_impl()