Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c57 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() argument
78 *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()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h443 UINT8 *p_inst_id; /* dynamic array to store instance id */ member