Searched refs:bt_mesh_adv (Results 1 – 4 of 4) sorted by relevance
15 #define BT_MESH_ADV(buf) (*(struct bt_mesh_adv **)net_buf_user_data(buf))26 struct bt_mesh_adv { struct46 typedef struct bt_mesh_adv *(*bt_mesh_adv_alloc_t)(int id); argument
107 static struct bt_mesh_adv adv_pool[CONFIG_BT_MESH_ADV_BUF_COUNT];117 static struct bt_mesh_adv *adv_alloc(int id) in adv_alloc()266 struct bt_mesh_adv *adv; in bt_mesh_adv_create_from_pool()
69 struct bt_mesh_adv adv;73 static struct bt_mesh_adv *adv_alloc(int id) in adv_alloc()
20 #define BT_MESH_ADV(buf) (*(struct bt_mesh_adv **)net_buf_user_data(buf))
Completed in 16 milliseconds