Home
last modified time | relevance | path

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

/system/bt/hci/test/
Dlow_power_manager_test.cpp133 manager->post_command(LPM_ENABLE);
136 manager->post_command(LPM_DISABLE);
/system/bt/hci/include/
Dlow_power_manager.h35 void (*post_command)(low_power_command_t command); member
/system/bt/hci/src/
Dlow_power_manager.c98 static void post_command(low_power_command_t command) { in post_command() function
229 post_command,
Dhci_layer.c746 interface.send_low_power_command = low_power_manager->post_command; in init_layer_interface()