Searched refs:bt_mesh_adv (Results 1 – 3 of 3) sorted by relevance
13 #define BT_MESH_ADV(buf) (*(struct bt_mesh_adv **)net_buf_user_data(buf))35 struct bt_mesh_adv { struct87 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()
31 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()
45 struct bt_mesh_adv *adv) in bt_data_send()