Home
last modified time | relevance | path

Searched refs:l2c_link_check_power_mode (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_int.h732 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))
Dl2c_link.cc928 bool l2c_link_check_power_mode(tL2C_LCB* p_lcb) { in l2c_link_check_power_mode() function