Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dpower_mode.h135 #define BTM_CONTRL_NUM_ACL_CLASSIC_SNIFF_MASK 0xF macro
172 if (num > BTM_CONTRL_NUM_ACL_CLASSIC_SNIFF_MASK) { in set_num_acl_sniff_to_ctrl_state()
173 num = BTM_CONTRL_NUM_ACL_CLASSIC_SNIFF_MASK; in set_num_acl_sniff_to_ctrl_state()
175 ctrl_state |= ((num & BTM_CONTRL_NUM_ACL_CLASSIC_SNIFF_MASK) in set_num_acl_sniff_to_ctrl_state()