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

  /system/bt/stack/l2cap/
l2c_int.h 732 extern bool l2c_link_check_power_mode(tL2C_LCB* p_lcb);
733 #define L2C_LINK_CHECK_POWER_MODE(x) l2c_link_check_power_mode((x))
735 #define L2C_LINK_CHECK_POWER_MODE(x) (false)
    [all...]
l2c_link.cc 905 * Function l2c_link_check_power_mode
913 bool l2c_link_check_power_mode(tL2C_LCB* p_lcb) { function
    [all...]

Completed in 367 milliseconds