Home
last modified time | relevance | path

Searched refs:bt_get_appearance (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h296 uint16_t bt_get_appearance(void);
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1435 shell_print(sh, "Bluetooth Appearance: 0x%04x", bt_get_appearance()); in cmd_appearance()
1921 const uint16_t appearance2 = bt_get_appearance(); in ad_init()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c131 uint16_t appearance = sys_cpu_to_le16(bt_get_appearance()); in read_appearance()
142 uint16_t appearance_le = sys_cpu_to_le16(bt_get_appearance()); in write_appearance()
Dhci_core.c4506 uint16_t bt_get_appearance(void) in bt_get_appearance() function
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst262 * Added a new :c:func:`bt_get_appearance()` API call