Searched refs:cpf (Results 1 – 2 of 2) sorted by relevance
2225 const struct bt_gatt_cpf *cpf = attr->user_data; in bt_gatt_attr_read_cpf() local2228 value.format = cpf->format; in bt_gatt_attr_read_cpf()2229 value.exponent = cpf->exponent; in bt_gatt_attr_read_cpf()2230 value.unit = sys_cpu_to_le16(cpf->unit); in bt_gatt_attr_read_cpf()2231 value.name_space = cpf->name_space; in bt_gatt_attr_read_cpf()2232 value.description = sys_cpu_to_le16(cpf->description); in bt_gatt_attr_read_cpf()4102 struct bt_gatt_cpf cpf; in parse_read_std_char_desc() member4127 struct gatt_cpf *cpf = (struct gatt_cpf *)data->value; in parse_read_std_char_desc() local4129 value.cpf.format = cpf->format; in parse_read_std_char_desc()4130 value.cpf.exponent = cpf->exponent; in parse_read_std_char_desc()[all …]
384 .highlight .cpf/* Comment.PreprocFile */,