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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_profile_queue.c84 connect_node_t *p_head = list_front(connect_queue);
88 if (p_head->busy)
91 p_head->busy = true;
92 return p_head->connect_cb(&p_head->bda, p_head->uuid);
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c224 UINT8 *p_head = p; local
263 return (p - p_head);
543 UINT8 *p_head; local
556 p_head = p;
585 p = p_head;
586 if(p_head == p_buff)
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c99 UINT8 *p_head = p; local
129 return(p - p_head);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c502 tBTA_HH_LE_RPT * bta_hh_le_find_rpt_by_idtype(tBTA_HH_LE_RPT*p_head, UINT8 mode,
505 tBTA_HH_LE_RPT *p_rpt = p_head;

Completed in 112 milliseconds