Searched refs:cur_states (Results 1 – 2 of 2) sorted by relevance
312 tBTM_BLE_STATE_MASK cur_states; /* bit mask of tBTM_BLE_STATE */ member
2401 btm_cb.ble_ctr_cb.cur_states |= (request_state_mask & BTM_BLE_STATE_ALL_MASK); in btm_ble_set_topology_mask()2416 btm_cb.ble_ctr_cb.cur_states &= ~request_state_mask; in btm_ble_clear_topology_mask()2514 p_cb->cur_states = 0; in btm_ble_init()2553 uint16_t cur_states = btm_cb.ble_ctr_cb.cur_states; in btm_ble_topology_check() local2583 while (cur_states != 0) { in btm_ble_topology_check()2584 if (cur_states & 0x01) { in btm_ble_topology_check()2593 cur_states >>= 1; in btm_ble_topology_check()