Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c78 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id; in btm_ble_multi_adv_enq_op_q()
95 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
99 *p_inst_id = p_op_q->p_inst_id[p_op_q->pending_idx] & 0x7F; in btm_ble_multi_adv_deq_op_q()
800 btm_multi_adv_cb.op_q.p_inst_id = osi_malloc( sizeof(UINT8) * in btm_ble_multi_adv_init()
802 memset(btm_multi_adv_cb.op_q.p_inst_id, 0, in btm_ble_multi_adv_init()
844 if (btm_multi_adv_cb.op_q.p_inst_id) { in btm_ble_multi_adv_cleanup()
845 osi_free(btm_multi_adv_cb.op_q.p_inst_id); in btm_ble_multi_adv_cleanup()
846 btm_multi_adv_cb.op_q.p_inst_id = NULL; in btm_ble_multi_adv_cleanup()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h504 UINT8 *p_inst_id; /* dynamic array to store instance id */ member