Searched refs:buf_ad (Results 1 – 1 of 1) sorted by relevance
820 static uint8_t get_ad_flags(struct net_buf_simple *buf_ad) argument825 for (i = 0U; i < buf_ad->len; i += len - 1) {826 len = buf_ad->data[i++];832 if (len > (buf_ad->len - i) || (buf_ad->len - i) < 1) {836 switch (buf_ad->data[i++]) {838 return buf_ad->data[i];851 struct net_buf_simple *buf_ad) argument863 ev->eir_data_len = buf_ad->len;864 memcpy(net_buf_simple_add(adv_buf, buf_ad->len), buf_ad->data, buf_ad->len);868 struct net_buf_simple *buf_ad) argument[all …]