Searched refs:adv_buf (Results 1 – 1 of 1) sorted by relevance
816 static struct net_buf_simple *adv_buf = NET_BUF_SIMPLE(ADV_BUF_LEN); variable824 net_buf_simple_init(adv_buf, 0);826 ev = net_buf_simple_add(adv_buf, sizeof(*ev));832 memcpy(net_buf_simple_add(adv_buf, buf_ad->len), buf_ad->data, buf_ad->len);863 if (!adv_buf->len) {868 ev = (void *) adv_buf->data;885 memcpy(net_buf_simple_add(adv_buf, buf_ad->len), buf_ad->data, buf_ad->len);894 if (adv_buf->len) {896 adv_buf->data, adv_buf->len);897 net_buf_simple_reset(adv_buf);[all …]