Searched refs:buf_max_len (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | at.c | 101 while (cmd_len < buf->len && at->pos != at->buf_max_len) { in get_cmd_value() 117 if (pos == at->buf_max_len) { in get_cmd_value() 131 while (cmd_len < buf->len && at->pos != at->buf_max_len) { in get_response_string() 147 if (pos == at->buf_max_len) { in get_response_string() 156 (void)memset(at->buf, 0, at->buf_max_len); in reset_buffer()
|
A D | at.h | 94 u8_t buf_max_len; member
|
A D | hfp_hf.c | 659 hf->at.buf_max_len = HF_MAX_BUF_LEN; in bt_hfp_hf_accept()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_asn1.h | 87 …raw(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u8_t *buf, u16_t* buf_len, u16_t buf_max_len);
|
A D | snmp_asn1.c | 732 …_raw(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u8_t *buf, u16_t* buf_len, u16_t buf_max_len) in snmp_asn1_dec_raw() argument 734 if (len > buf_max_len) { in snmp_asn1_dec_raw()
|
Completed in 17 milliseconds