Searched refs:p_head (Results 1 - 4 of 4) sorted by relevance

/system/bt/btif/src/
H A Dbtif_profile_queue.c152 connect_node_t *p_head = list_front(connect_queue);
156 if (p_head->busy)
159 p_head->busy = true;
160 return p_head->connect_cb(&p_head->bda, p_head->uuid);
/system/bt/stack/sdp/
H A Dsdp_db.c223 UINT8 *p_head = p; local
262 return (p - p_head);
534 UINT8 *p_head; local
547 p_head = p;
576 p = p_head;
577 if(p_head == p_buff)
/system/bt/bta/hl/
H A Dbta_hl_sdp.c99 UINT8 *p_head = p; local
129 return(p - p_head);
/system/bt/bta/hh/
H A Dbta_hh_le.c505 tBTA_HH_LE_RPT * bta_hh_le_find_rpt_by_idtype(tBTA_HH_LE_RPT*p_head, UINT8 mode,
508 tBTA_HH_LE_RPT *p_rpt = p_head;

Completed in 76 milliseconds