Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c529 UINT8 *p, *p_start, *p_end, *p_param_len; in process_service_search_attr_rsp() local
676 p_end = &p_ccb->rsp_list[p_ccb->list_len]; in process_service_search_attr_rsp()
678 if ((p + seq_len) != p_end) { in process_service_search_attr_rsp()
683 while (p < p_end) { in process_service_search_attr_rsp()
820 UINT8 *p_end; in add_attr() local
862 p_end = p + attr_len; in add_attr()
868 return (p_end); in add_attr()
945 p_end = p + attr_len; in add_attr()
951 return (p_end); in add_attr()
958 while (p < p_end) { in add_attr()
Dsdp_db.c131 UINT8 *p_end = p + seq_len; in find_uuid_in_seq() local
140 while (p < p_end) { in find_uuid_in_seq()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avdt/
Davdt_scb_act.c423 UINT8 *p_end; /* end of all packet */ in avdt_scb_hdl_pkt_frag() local
429 p_end = p + p_data->p_pkt->len; in avdt_scb_hdl_pkt_frag()
431 while (p < p_end) { in avdt_scb_hdl_pkt_frag()
432 if (p_end - p < 4) { /* length check. maximum length of AL header = 4 */ in avdt_scb_hdl_pkt_frag()
433 AVDT_TRACE_WARNING("p_end: %p - p:%p < 4\n", p_end, p); in avdt_scb_hdl_pkt_frag()
451 al_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag()
464 frag_len = (UINT16)(p_end - p); in avdt_scb_hdl_pkt_frag()
510 if (p + al_len < p_end) { in avdt_scb_hdl_pkt_frag()
603 if (p < p_end) { in avdt_scb_hdl_pkt_frag()
Davdt_api.c1132 UINT8 *p, *plen, *pm1, *p_end; in AVDT_SendReport() local
1202 p_end = p; in AVDT_SendReport()
1222 p_pkt->len = p_end - p; in AVDT_SendReport()
Davdt_msg.c577 UINT8 *p_end; in avdt_msg_prs_cfg() local
597 p_end = p + len; in avdt_msg_prs_cfg()
598 while ((p < p_end) && (err == 0)) { in avdt_msg_prs_cfg()
600 if ((p_end - p) < AVDT_LEN_CFG_MIN) { in avdt_msg_prs_cfg()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c293 uint8_t *p_end = p_o + ESP_UUID_LEN_128; in uuid128_be_to_esp_uuid() local
294 for (; p_o != p_end; *p_o++ = *p_i--) in uuid128_be_to_esp_uuid()
/hal_espressif-3.4.0/components/spi_flash/
Dpartition.c167 const uint8_t *p_end; in load_partitions() local
191 p_end = p_start + SPI_FLASH_SEC_SIZE; in load_partitions()
193 … for(const uint8_t *p_entry = p_start; p_entry < p_end; p_entry += sizeof(esp_partition_info_t)) { in load_partitions()
/hal_espressif-3.4.0/components/esp_timer/test/
Dtest_esp_timer.c158 int64_t* p_end = (int64_t*) arg; in test_correct_delay_timer_func() local
159 *p_end = ref_clock_get(); in test_correct_delay_timer_func()