Searched refs:attr_desc (Results 1 – 1 of 1) sorted by relevance
548 struct bt_gatt_attr *attr_desc; in add_ccc() local565 attr_desc = gatt_db_add(&ccc, 0); in add_ccc()566 if (!attr_desc) { in add_ccc()573 ccc_values[i].ccc = attr_desc; in add_ccc()580 return attr_desc; in add_ccc()609 struct bt_gatt_attr *attr_desc; in alloc_descriptor() local613 attr_desc = add_cep(attr); in alloc_descriptor()615 attr_desc = add_ccc(attr); in alloc_descriptor()648 attr_desc = gatt_db_add(&(struct bt_gatt_attr) in alloc_descriptor()655 if (!attr_desc) { in alloc_descriptor()[all …]