Searched refs:bit_num (Results 1 – 1 of 1) sorted by relevance
479 inline bool BTM_LE_STATES_SUPPORTED(const uint64_t x, uint8_t bit_num) { in BTM_LE_STATES_SUPPORTED() argument480 uint64_t mask = 1 << bit_num; in BTM_LE_STATES_SUPPORTED()2911 uint8_t bit_num = btm_le_state_combo_tbl[0][request_state - 1]; in btm_ble_topology_check() local2915 if (!BTM_LE_STATES_SUPPORTED(ble_supported_states, bit_num)) { in btm_ble_topology_check()2926 uint8_t bit_num = btm_le_state_combo_tbl[request_state][state_offset]; in btm_ble_topology_check() local2927 if (bit_num != UNSUPPORTED) { in btm_ble_topology_check()2928 if (!BTM_LE_STATES_SUPPORTED(ble_supported_states, bit_num)) { in btm_ble_topology_check()