Home
last modified time | relevance | path

Searched refs:p_inst_id (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_multi_adv.c72 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id; in btm_ble_multi_adv_enq_op_q()
89 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() argument
93 *p_inst_id = p_op_q->p_inst_id[p_op_q->pending_idx] & 0x7F; in btm_ble_multi_adv_deq_op_q()
827 btm_multi_adv_cb.op_q.p_inst_id = osi_calloc(sizeof(UINT8) * in btm_ble_multi_adv_init()
862 osi_free_and_reset((void **)&btm_multi_adv_cb.op_q.p_inst_id); in btm_ble_multi_adv_cleanup()
/system/bt/stack/include/
Dbtm_ble_api.h496 UINT8 *p_inst_id; /* dynamic array to store instance id */ member