Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c199 UINT8 *p_orig_data = NULL, *p_app_data = NULL; in btm_ble_batchscan_enq_rep_data() local
212 p_orig_data = ble_batchscan_cb.main_rep_q.p_data[index]; in btm_ble_batchscan_enq_rep_data()
213 if (NULL != p_orig_data) { in btm_ble_batchscan_enq_rep_data()
215 memcpy(p_app_data, p_orig_data, len); in btm_ble_batchscan_enq_rep_data()
217 osi_free(p_orig_data); in btm_ble_batchscan_enq_rep_data()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c151 UINT8 *p_data, *p_orig_data; in avrc_prep_end_frag() local
160 p_orig_data = ((UINT8 *)(p_fcb->p_fmsg + 1) + p_fcb->p_fmsg->offset); in avrc_prep_end_frag()
161 rsp_type = ((*p_orig_data) & AVRC_CTYPE_MASK); in avrc_prep_end_frag()