Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc203 uint8_t* p_head = p; in sdp_compose_proto_list() local
237 return (p - p_head); in sdp_compose_proto_list()
532 uint8_t* p_head; in SDP_AddSequence() local
541 p_head = p; in SDP_AddSequence()
568 p = p_head; in SDP_AddSequence()
569 if (p_head == p_buff) { in SDP_AddSequence()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc888 sync_node_t* p_head = (sync_node_t*)list_front(sync_queue); in sync_queue_advance() local
890 list_remove(sync_queue, p_head); in sync_queue_advance()
949 sync_node_t* p_head = (sync_node_t*)list_front(sync_queue); in btm_queue_sync_next() local
951 log::info("executing sync request SID={:04X}, bd_addr={}", p_head->sid, in btm_queue_sync_next()
952 p_head->address); in btm_queue_sync_next()
953 if (p_head->busy) { in btm_queue_sync_next()
958 p_head->busy = true; in btm_queue_sync_next()
960 btm_ble_start_sync_request(p_head->sid, p_head->address, p_head->skip, in btm_queue_sync_next()
961 p_head->timeout); in btm_queue_sync_next()
988 sync_node_t* p_head = (sync_node_t*)list_front(sync_queue); in btm_ble_start_sync_timeout() local
[all …]
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc372 static tBTA_HH_LE_RPT* bta_hh_le_find_rpt_by_idtype(tBTA_HH_LE_RPT* p_head, in bta_hh_le_find_rpt_by_idtype() argument
376 tBTA_HH_LE_RPT* p_rpt = p_head; in bta_hh_le_find_rpt_by_idtype()