Searched refs:list_byte_count (Results 1 – 1 of 1) sorted by relevance
396 uint16_t param_len, list_byte_count; in process_service_attr_rsp() local401 if (p_reply + 4 /* transaction ID and length */ + sizeof(list_byte_count) > in process_service_attr_rsp()410 BE_STREAM_TO_UINT16(list_byte_count, p_reply); in process_service_attr_rsp()414 if ((p_ccb->list_len + list_byte_count) > SDP_MAX_LIST_BYTE_COUNT) { in process_service_attr_rsp()421 memcpy(&p_ccb->rsp_list[p_ccb->list_len], p_reply, list_byte_count); in process_service_attr_rsp()422 p_ccb->list_len += list_byte_count; in process_service_attr_rsp()423 p_reply += list_byte_count; in process_service_attr_rsp()