Home
last modified time | relevance | path

Searched refs:bt_set_name (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/server/
Dmain.c45 err = bt_set_name("d1"); in test_srv_main()
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/server/
Dmain.c41 err = bt_set_name("d1"); in test_common()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/
Dserver.c134 err = bt_set_name("Server Super Name"); in server_procedure()
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c138 EXPECT_ZERO(bt_set_name("peripheral")); in a_test_iteration()
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c196 EXPECT_ZERO(bt_set_name("peripheral")); in the_test()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmain.c57 err = bt_set_name(name); in write_name()
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c280 EXPECT_ZERO(bt_set_name("peripheral")); in the_test()
/Zephyr-latest/subsys/bluetooth/host/
Dsettings.c250 bt_set_name(CONFIG_BT_DEVICE_NAME); in commit_settings()
Dhci_core.c4318 err = bt_set_name(CONFIG_BT_DEVICE_NAME); in bt_enable()
4465 int bt_set_name(const char *name) in bt_set_name() function
Dgatt.c125 bt_set_name(value); in write_name()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c401 bt_set_name(name); in test_peripheral_main()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h296 int bt_set_name(const char *name);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1424 err = bt_set_name(argv[1]); in cmd_name()
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst1192 * :github:`15067` - bluetooth: bt_set_name rejects names of size CONFIG_BT_DEVICE_NAME_MAX