Home
last modified time | relevance | path

Searched refs:bt_get_name (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.4.0/samples/boards/reel_board/mesh_badge/src/
Dmain.c28 const char *value = bt_get_name(); in read_name()
138 if (strcmp(CONFIG_BT_DEVICE_NAME, bt_get_name()) && in disconnected()
Dmesh.c532 const char *name = bt_get_name(); in send_hello()
559 const char *name = bt_get_name(); in send_baduser()
Dreel_board.c404 strncpy(buf, bt_get_name(), sizeof(buf) - 1); in show_main()
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c522 (prior_output == true ? " %s" : "%s"), bt_get_name()); in os_mgmt_info()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dbluetooth.h267 const char *bt_get_name(void);
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dadv.c798 const char *name = bt_get_name(); in le_adv_update()
Dhci_core.c4108 const char *bt_get_name(void) in bt_get_name() function
Dgatt.c100 const char *name = bt_get_name(); in read_name()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c1050 shell_print(sh, "Bluetooth Local Name: %s", bt_get_name()); in cmd_name()