Searched refs:p_q (Results 1 – 2 of 2) sorted by relevance
82 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_enq_resolving_list_pending() local84 p_q->resolve_q_random_pseudo[p_q->q_next] = pseudo_bda; in btm_ble_enq_resolving_list_pending()85 p_q->resolve_q_action[p_q->q_next] = op_code; in btm_ble_enq_resolving_list_pending()86 p_q->q_next++; in btm_ble_enq_resolving_list_pending()87 p_q->q_next %= bluetooth::shim::GetController()->GetLeResolvingListSize(); in btm_ble_enq_resolving_list_pending()104 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_brcm_find_resolving_pending_entry() local106 for (uint8_t i = p_q->q_pending; i != p_q->q_next;) { in btm_ble_brcm_find_resolving_pending_entry()107 if (p_q->resolve_q_random_pseudo[i] == pseudo_addr && in btm_ble_brcm_find_resolving_pending_entry()108 action == p_q->resolve_q_action[i]) in btm_ble_brcm_find_resolving_pending_entry()130 tBTM_BLE_RESOLVE_Q* p_q = &btm_cb.ble_ctr_cb.resolving_list_pend_q; in btm_ble_deq_resolving_pending() local[all …]
1158 tL2C_CCB_Q* p_q = NULL; in l2cu_enqueue_ccb() local1162 if (p_ccb->p_lcb != NULL) p_q = &p_ccb->p_lcb->ccb_queue; in l2cu_enqueue_ccb()1164 if ((!p_ccb->in_use) || (p_q == NULL)) { in l2cu_enqueue_ccb()1174 if (!p_q->p_first_ccb) { in l2cu_enqueue_ccb()1175 p_q->p_first_ccb = p_q->p_last_ccb = p_ccb; in l2cu_enqueue_ccb()1178 p_ccb1 = p_q->p_first_ccb; in l2cu_enqueue_ccb()1185 if (p_ccb1 == p_q->p_first_ccb) in l2cu_enqueue_ccb()1186 p_q->p_first_ccb = p_ccb; in l2cu_enqueue_ccb()1202 p_q->p_last_ccb->p_next_ccb = p_ccb; in l2cu_enqueue_ccb()1205 p_ccb->p_prev_ccb = p_q->p_last_ccb; in l2cu_enqueue_ccb()[all …]