Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dadv.h13 #define BT_MESH_ADV(buf) (*(struct bt_mesh_adv **)net_buf_user_data(buf))
35 struct bt_mesh_adv { struct
87 struct bt_mesh_adv *adv) in bt_mesh_adv_send_start()
103 int err, struct bt_mesh_adv const *adv) in bt_mesh_adv_send_end()
Dadv.c31 LOG_MODULE_REGISTER(bt_mesh_adv);
51 struct bt_mesh_adv adv = *BT_MESH_ADV(buf); in adv_buf_destroy()
62 static struct bt_mesh_adv adv_local_pool[CONFIG_BT_MESH_ADV_BUF_COUNT];
69 static struct bt_mesh_adv adv_relay_pool[CONFIG_BT_MESH_RELAY_BUF_COUNT];
77 static struct bt_mesh_adv adv_friend_pool[CONFIG_BT_MESH_FRIEND_LPN_COUNT];
81 struct bt_mesh_adv *adv_pool, in bt_mesh_adv_create_from_pool()
86 struct bt_mesh_adv *adv; in bt_mesh_adv_create_from_pool()
Dadv_legacy.c45 struct bt_mesh_adv *adv) in bt_data_send()