HomeSort by relevance Sort by last modified time
    Searched refs:post_command (Results 1 - 4 of 4) sorted by null

  /system/bt/hci/include/
low_power_manager.h 35 void (*post_command)(low_power_command_t command); member in struct:low_power_manager_t
  /system/bt/hci/test/
low_power_manager_test.cpp 132 manager->post_command(LPM_ENABLE);
135 manager->post_command(LPM_DISABLE);
  /system/bt/hci/src/
low_power_manager.c 99 static void post_command(low_power_command_t command) { function
236 post_command,
hci_layer.c 784 interface.send_low_power_command = low_power_manager->post_command;

Completed in 646 milliseconds