Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2314 const struct bt_gatt_cpf *cpf = attr->user_data; in bt_gatt_attr_read_cpf() local
2317 value.format = cpf->format; in bt_gatt_attr_read_cpf()
2318 value.exponent = cpf->exponent; in bt_gatt_attr_read_cpf()
2319 value.unit = sys_cpu_to_le16(cpf->unit); in bt_gatt_attr_read_cpf()
2320 value.name_space = cpf->name_space; in bt_gatt_attr_read_cpf()
2321 value.description = sys_cpu_to_le16(cpf->description); in bt_gatt_attr_read_cpf()
4237 struct bt_gatt_cpf cpf; in parse_read_std_char_desc() member
4284 struct gatt_cpf *cpf; in parse_read_std_char_desc() local
4286 if (length < sizeof(*data) + sizeof(*cpf)) { in parse_read_std_char_desc()
4291 cpf = (void *)data->value; in parse_read_std_char_desc()
[all …]
/Zephyr-latest/doc/_static/css/
Dcustom.css447 .highlight .cpf/* Comment.PreprocFile */,