Searched refs:send_acl_ (Results 1 – 3 of 3) sorted by relevance
577 std::function<void(std::shared_ptr<bluetooth::hci::AclBuilder>)> send_acl_; variable
427 std::function<void(std::shared_ptr<bluetooth::hci::AclBuilder>)> send_acl_; variable
416 send_acl_ = [callback](std::shared_ptr<bluetooth::hci::AclBuilder> acl_data) { in RegisterAclChannel()423 link_layer_controller_.RegisterAclChannel(send_acl_); in RegisterAclChannel()