Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c142 uint16_t appearance_le = sys_cpu_to_le16(bt_get_appearance()); in write_appearance() local
143 char * const appearance_le_bytes = (char *)&appearance_le; in write_appearance()
147 if (offset >= sizeof(appearance_le)) { in write_appearance()
151 if ((offset + len) > sizeof(appearance_le)) { in write_appearance()
156 appearance = sys_le16_to_cpu(appearance_le); in write_appearance()