Searched refs:p_inst_id (Results 1 – 2 of 2) sorted by relevance
57 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id; in btm_ble_multi_adv_enq_op_q()74 void btm_ble_multi_adv_deq_op_q(UINT8 *p_opcode, UINT8 *p_inst_id, UINT8 *p_cb_evt) in btm_ble_multi_adv_deq_op_q() argument78 *p_inst_id = p_op_q->p_inst_id[p_op_q->pending_idx] & 0x7F; in btm_ble_multi_adv_deq_op_q()808 btm_multi_adv_cb.op_q.p_inst_id = GKI_getbuf( sizeof(UINT8) * in btm_ble_multi_adv_init()810 memset(btm_multi_adv_cb.op_q.p_inst_id, 0, in btm_ble_multi_adv_init()838 if (btm_multi_adv_cb.op_q.p_inst_id) in btm_ble_multi_adv_cleanup()839 GKI_freebuf(btm_multi_adv_cb.op_q.p_inst_id); in btm_ble_multi_adv_cleanup()
443 UINT8 *p_inst_id; /* dynamic array to store instance id */ member