Searched refs:pbuf_USERIAL_Read (Results 1 – 1 of 1) sorted by relevance
1141 static BT_HDR *pbuf_USERIAL_Read = NULL; variable1150 …ALOGD( "%s ++ len=%d pbuf_USERIAL_Read=%p, p_data=%p\n", __func__, len, pbuf_USERIAL_Read, p_data); in USERIAL_Read()1154 if (pbuf_USERIAL_Read != NULL) in USERIAL_Read()1156 current_packet = ((UINT8 *)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset); in USERIAL_Read()1158 if ((pbuf_USERIAL_Read->len) <= (len - total_len)) in USERIAL_Read()1159 copy_len = pbuf_USERIAL_Read->len; in USERIAL_Read()1167 pbuf_USERIAL_Read->offset += copy_len; in USERIAL_Read()1168 pbuf_USERIAL_Read->len -= copy_len; in USERIAL_Read()1170 if (pbuf_USERIAL_Read->len == 0) in USERIAL_Read()1172 GKI_freebuf(pbuf_USERIAL_Read); in USERIAL_Read()[all …]