Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc306 void LeAddressManager::push_command(Command command) { in push_command() function in bluetooth::hci::LeAddressManager
531 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command))(); in AddDeviceToFilterAcceptList()
576 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command))(); in RemoveDeviceFromFilterAcceptList()
610 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command))(); in ClearFilterAcceptList()
Dle_address_manager.h147 void push_command(Command command);