Searched refs:bt_mesh_adv_create_from_pool (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | adv.h | 72 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool,
|
D | adv.c | 342 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, in bt_mesh_adv_create_from_pool() function 395 return bt_mesh_adv_create_from_pool(&adv_buf_pool, adv_alloc, type, in bt_mesh_adv_create() 516 return bt_mesh_adv_create_from_pool(&relay_adv_buf_pool, relay_adv_alloc, type, in bt_mesh_relay_adv_create() 722 return bt_mesh_adv_create_from_pool(&ble_adv_buf_pool, ble_adv_alloc, type, in bt_mesh_ble_adv_create()
|
D | friend.c | 344 buf = bt_mesh_adv_create_from_pool(&friend_buf_pool, adv_alloc, in create_friend_pdu()
|