Searched refs:cur_states (Results 1 – 2 of 2) sorted by relevance
3279 btm_cb.ble_ctr_cb.cur_states |= (request_state_mask & BTM_BLE_STATE_ALL_MASK); in btm_ble_set_topology_mask()3295 btm_cb.ble_ctr_cb.cur_states &= ~request_state_mask; in btm_ble_clear_topology_mask()3392 p_cb->cur_states = 0; in btm_ble_init()3433 UINT16 cur_states = btm_cb.ble_ctr_cb.cur_states; in btm_ble_topology_check() local3467 while (cur_states != 0) in btm_ble_topology_check()3469 if (cur_states & 0x01) in btm_ble_topology_check()3483 cur_states >>= 1; in btm_ble_topology_check()
343 tBTM_BLE_STATE_MASK cur_states; /* bit mask of tBTM_BLE_STATE */ member