Searched refs:send_low_power_command (Results 1 - 3 of 3) sorted by relevance

/system/bt/main/
H A Dbte_main.c208 hci->send_low_power_command(enable ? LPM_ENABLE : LPM_DISABLE);
222 hci->send_low_power_command(LPM_WAKE_DEASSERT);
236 hci->send_low_power_command(LPM_WAKE_ASSERT);
/system/bt/hci/include/
H A Dhci_layer.h78 void (*send_low_power_command)(low_power_command_t command); member in struct:hci_t
/system/bt/hci/src/
H A Dhci_layer.c784 interface.send_low_power_command = low_power_manager->post_command;
805 interface.send_low_power_command = NULL;

Completed in 76 milliseconds