Searched refs:cpf (Results 1 – 2 of 2) sorted by relevance
2305 const struct bt_gatt_cpf *cpf = attr->user_data; in bt_gatt_attr_read_cpf() local2308 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() member4268 struct gatt_cpf *cpf; in parse_read_std_char_desc() local4270 if (length < sizeof(*data) + sizeof(*cpf)) { in parse_read_std_char_desc()4275 cpf = (void *)data->value; in parse_read_std_char_desc()[all …]
446 .highlight .cpf/* Comment.PreprocFile */,