Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.h27 #define BLE_MESH_ADV(buf) (*(struct bt_mesh_adv **)net_buf_user_data(buf))
46 struct bt_mesh_adv { struct
57 typedef struct bt_mesh_adv *(*bt_mesh_adv_alloc_t)(int id); argument
Dadv.c48 static struct bt_mesh_adv adv_pool[CONFIG_BLE_MESH_ADV_BUF_COUNT];
70 static struct bt_mesh_adv relay_adv_pool[CONFIG_BLE_MESH_RELAY_ADV_BUF_COUNT];
89 static struct bt_mesh_adv ble_adv_pool[CONFIG_BLE_MESH_BLE_ADV_BUF_COUNT];
122 static struct bt_mesh_adv *adv_alloc(int id) in adv_alloc()
347 struct bt_mesh_adv *adv = NULL; in bt_mesh_adv_create_from_pool()
508 static struct bt_mesh_adv *relay_adv_alloc(int id) in relay_adv_alloc()
715 static struct bt_mesh_adv *ble_adv_alloc(int id) in ble_adv_alloc()
Dfriend.c54 struct bt_mesh_adv adv;
84 static struct bt_mesh_adv *adv_alloc(int id) in adv_alloc()