Home
last modified time | relevance | path

Searched refs:friend_adv (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c65 struct friend_adv { struct
75 sizeof(struct friend_adv), NULL); argument
77 static struct friend_adv adv_pool[FRIEND_BUF_COUNT];
79 #define FRIEND_ADV(buf) (*(struct friend_adv **)net_buf_user_data(buf))
81 static struct friend_adv *adv_alloc(int id) in adv_alloc()