Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dclassic_impl.h54 should_accept_connection_ = common::Bind([](Address, ClassOfDevice) { return true; }); in classic_impl()
193 } else if (should_accept_connection_.Run(address, request.GetClassOfDevice())) { in on_incoming_connection()
691 common::Callback<bool(Address, ClassOfDevice)> should_accept_connection_; member