Searched refs:cur_states (Results 1 – 2 of 2) sorted by relevance
4426 btm_cb.ble_ctr_cb.cur_states |= (request_state_mask & BTM_BLE_STATE_ALL_MASK); in btm_ble_set_topology_mask()4442 btm_cb.ble_ctr_cb.cur_states &= ~request_state_mask; in btm_ble_clear_topology_mask()4457 return btm_cb.ble_ctr_cb.cur_states; in btm_ble_get_topology_mask()4562 p_cb->cur_states = 0; in btm_ble_init()4642 UINT16 cur_states = btm_cb.ble_ctr_cb.cur_states; in btm_ble_topology_check() local4673 while (cur_states != 0) { in btm_ble_topology_check()4674 if (cur_states & 0x01) { in btm_ble_topology_check()4685 cur_states >>= 1; in btm_ble_topology_check()
380 tBTM_BLE_STATE_MASK cur_states; /* bit mask of tBTM_BLE_STATE */ member