Home
last modified time | relevance | path

Searched refs:bt_data_send (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dadv_legacy.c43 static int bt_data_send(uint8_t num_events, uint16_t adv_int, in bt_data_send() function
123 return bt_data_send(num_events, adv_int, ad, ad_len, NULL); in bt_mesh_adv_bt_data_send()
141 bt_data_send(num_events, adv_int, &ad, 1, &adv->ctx); in adv_send()
Dadv_ext.c186 static int bt_data_send(struct bt_mesh_ext_adv *ext_adv, uint8_t num_events, uint16_t adv_interval, in bt_data_send() function
225 err = bt_data_send(ext_adv, num_events, adv_int, &ad, 1); in adv_send()
544 return bt_data_send(advs, num_events, adv_interval, ad, ad_len); in bt_mesh_adv_bt_data_send()