Searched refs:bt_mesh_adv_create (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | beacon.c | 179 buf = bt_mesh_adv_create(BLE_MESH_ADV_BEACON, PROV_XMIT, in secure_beacon_send() 216 buf = bt_mesh_adv_create(BLE_MESH_ADV_BEACON, UNPROV_XMIT, K_NO_WAIT); in unprovisioned_beacon_send() 242 buf = bt_mesh_adv_create(BLE_MESH_ADV_URI, UNPROV_XMIT, in unprovisioned_beacon_send()
|
D | adv.h | 60 struct net_buf *bt_mesh_adv_create(enum bt_mesh_adv_type type, uint8_t xmit,
|
D | transport.c | 197 buf = bt_mesh_adv_create(BLE_MESH_ADV_DATA, tx->xmit, BUF_TIMEOUT); in send_unseg() 506 seg = bt_mesh_adv_create(BLE_MESH_ADV_DATA, net_tx->xmit, in send_seg() 1148 buf = bt_mesh_adv_create(BLE_MESH_ADV_DATA, tx->xmit, BUF_TIMEOUT); in ctl_send_unseg() 1223 seg = bt_mesh_adv_create(BLE_MESH_ADV_DATA, tx->xmit, in ctl_send_seg()
|
D | adv.c | 392 struct net_buf *bt_mesh_adv_create(enum bt_mesh_adv_type type, uint8_t xmit, in bt_mesh_adv_create() function
|
D | net.c | 1273 buf = bt_mesh_adv_create(BLE_MESH_ADV_DATA, transmit, K_NO_WAIT); in bt_mesh_net_relay()
|
D | prov.c | 325 buf = bt_mesh_adv_create(BLE_MESH_ADV_PROV, PROV_XMIT, BUF_TIMEOUT); in adv_buf_create()
|
D | provisioner_prov.c | 1348 buf = bt_mesh_adv_create(BLE_MESH_ADV_PROV, PROV_XMIT, BUF_TIMEOUT);
|