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.h133 #define BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK 0xF macro
163 if (num > BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK) { in set_num_acl_active_to_ctrl_state()
164 num = BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK; in set_num_acl_active_to_ctrl_state()
166 ctrl_state |= ((num & BTM_CONTRL_NUM_ACL_CLASSIC_ACTIVE_MASK) in set_num_acl_active_to_ctrl_state()