Searched refs:cur_states (Results 1 – 2 of 2) sorted by relevance
323 tBTM_BLE_STATE_MASK cur_states; /* bit mask of tBTM_BLE_STATE */ member
2504 btm_cb.ble_ctr_cb.cur_states |= (request_state_mask & BTM_BLE_STATE_ALL_MASK); in btm_ble_set_topology_mask()2519 btm_cb.ble_ctr_cb.cur_states &= ~request_state_mask; in btm_ble_clear_topology_mask()2618 p_cb->cur_states = 0; in btm_ble_init()2658 uint16_t cur_states = btm_cb.ble_ctr_cb.cur_states; in btm_ble_topology_check() local2688 while (cur_states != 0) { in btm_ble_topology_check()2689 if (cur_states & 0x01) { in btm_ble_topology_check()2698 cur_states >>= 1; in btm_ble_topology_check()