Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2305 const struct bt_gatt_cpf *cpf = attr->user_data; in bt_gatt_attr_read_cpf() local
2308 value.format = cpf->format; in bt_gatt_attr_read_cpf()
2309 value.exponent = cpf->exponent; in bt_gatt_attr_read_cpf()
2310 value.unit = sys_cpu_to_le16(cpf->unit); in bt_gatt_attr_read_cpf()
2311 value.name_space = cpf->name_space; in bt_gatt_attr_read_cpf()
2312 value.description = sys_cpu_to_le16(cpf->description); in bt_gatt_attr_read_cpf()
4221 struct bt_gatt_cpf cpf; in parse_read_std_char_desc() member
4268 struct gatt_cpf *cpf; in parse_read_std_char_desc() local
4270 if (length < sizeof(*data) + sizeof(*cpf)) { in parse_read_std_char_desc()
4275 cpf = (void *)data->value; in parse_read_std_char_desc()
[all …]
/Zephyr-latest/doc/_static/css/
Dcustom.css446 .highlight .cpf/* Comment.PreprocFile */,