Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dpower_mode.h130 #define BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK 0xF macro
159 if (num > BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK) { in set_num_acl_active_to_ctrl_state()
160 num = BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK; in set_num_acl_active_to_ctrl_state()
162 ctrl_state |= ((num & BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK) in set_num_acl_active_to_ctrl_state()