Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c586 struct bt_gatt_cep cep_value; in add_cep() local
593 cep_value.properties = 0x0000; in add_cep()
596 return gatt_db_add(&(struct bt_gatt_attr) BT_GATT_CEP(&cep_value), in add_cep()
597 sizeof(cep_value)); in add_cep()
793 struct bt_gatt_cep *cep_value = attr->user_data; in set_cep_value() local
801 cep_value->properties = sys_le16_to_cpu(properties); in set_cep_value()