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