Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2014 tINQ_DB_ENT *p_tmp = NULL; in btm_sort_inq_result() local
2022 if ((p_tmp = (tINQ_DB_ENT *)osi_malloc(sizeof(tINQ_DB_ENT))) != NULL) { in btm_sort_inq_result()
2027 memcpy (p_tmp, p_next, size); in btm_sort_inq_result()
2029 memcpy (p_ent, p_tmp, size); in btm_sort_inq_result()
2034 osi_free(p_tmp); in btm_sort_inq_result()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c924 BT_HDR *p_tmp = (BT_HDR *)fixed_queue_dequeue(p_fcrb->waiting_for_ack_q, 0); in process_reqseq() local
925 ls = p_tmp->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq()
930 osi_free(p_tmp); in process_reqseq()