Home
last modified time | relevance | path

Searched refs:bt_le_ext_adv_update_param (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c204 err = bt_le_ext_adv_update_param(adv, &params); in update_adv_params()
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c171 err = bt_le_ext_adv_update_param(ext_adv->instance, param); in adv_start()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1531 int bt_le_ext_adv_update_param(struct bt_le_ext_adv *adv,
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst447 -bt_le_ext_adv_update_param(..., BT_LE_ADV_CONN)
448 +bt_le_ext_adv_update_param(..., BT_LE_ADV_FAST_2)
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1628 int bt_le_ext_adv_update_param(struct bt_le_ext_adv *adv, in bt_le_ext_adv_update_param() function
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2257 err = bt_le_ext_adv_update_param(adv, &param); in cmd_adv_param()