Home
last modified time | relevance | path

Searched refs:p_head (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_profile_queue.c135 connect_node_t *p_head = list_front(connect_queue); in btc_queue_connect_next() local
139 if (p_head->busy) { in btc_queue_connect_next()
143 p_head->busy = true; in btc_queue_connect_next()
144 return p_head->connect_cb(&p_head->bda, p_head->uuid); in btc_queue_connect_next()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c233 UINT8 *p_head = p; in sdp_compose_proto_list() local
268 return (p - p_head); in sdp_compose_proto_list()
533 UINT8 *p_head; in SDP_AddSequence() local
544 p_head = p; in SDP_AddSequence()
571 p = p_head; in SDP_AddSequence()
572 if (p_head == p_buff) { in SDP_AddSequence()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c495 tBTA_HH_LE_RPT *bta_hh_le_find_rpt_by_idtype(tBTA_HH_LE_RPT *p_head, UINT8 mode, in bta_hh_le_find_rpt_by_idtype() argument
498 tBTA_HH_LE_RPT *p_rpt = p_head; in bta_hh_le_find_rpt_by_idtype()