Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_layer.h71 } low_power_command_t; typedef
78 void (*send_low_power_command)(low_power_command_t command);
Dlow_power_manager.h35 void (*post_command)(low_power_command_t command);
/system/bt/hci/src/
Dlow_power_manager.c99 static void post_command(low_power_command_t command) { in post_command()