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.cpp132 manager->post_command(LPM_ENABLE);
135 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.c99 static void post_command(low_power_command_t command) { in post_command() function
236 post_command,
Dhci_layer.c781 interface.send_low_power_command = low_power_manager->post_command; in init_layer_interface()