Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_multi_adv.c73 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4)); in btm_ble_multi_adv_enq_op_q()
93 *p_cb_evt = (p_op_q->p_sub_code[p_op_q->pending_idx] >> 4); in btm_ble_multi_adv_deq_op_q()
94 *p_opcode = (p_op_q->p_sub_code[p_op_q->pending_idx] & BTM_BLE_MULTI_ADV_SUBCODE_MASK); in btm_ble_multi_adv_deq_op_q()
826 btm_multi_adv_cb.op_q.p_sub_code = GKI_getbuf( sizeof(UINT8) * in btm_ble_multi_adv_init()
828 memset(btm_multi_adv_cb.op_q.p_sub_code, 0, in btm_ble_multi_adv_init()
861 if (btm_multi_adv_cb.op_q.p_sub_code) in btm_ble_multi_adv_cleanup()
862 GKI_freebuf(btm_multi_adv_cb.op_q.p_sub_code); in btm_ble_multi_adv_cleanup()
/system/bt/stack/include/
Dbtm_ble_api.h483 UINT8 *p_sub_code; /* dynamic array to store sub code */ member