Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_main.c208 hci->send_low_power_command(enable ? LPM_ENABLE : LPM_DISABLE); in bte_main_enable_lpm()
222 hci->send_low_power_command(LPM_WAKE_DEASSERT); in bte_main_lpm_allow_bt_device_sleep()
236 hci->send_low_power_command(LPM_WAKE_ASSERT); in bte_main_lpm_wake_bt_device()
/system/bt/hci/include/
Dhci_layer.h78 void (*send_low_power_command)(low_power_command_t command); member
/system/bt/hci/src/
Dhci_layer.c781 interface.send_low_power_command = low_power_manager->post_command; in init_layer_interface()
802 interface.send_low_power_command = NULL; in hci_layer_cleanup_interface()