Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Datt_db_util.c183 uint16_t flags_to_store = flags | (uint16_t)ATT_PROPERTY_UUID128; in att_db_util_add_attribute_uuid128() local
186 little_endian_store_16(att_db, att_db_size, flags_to_store); in att_db_util_add_attribute_uuid128()
243 …uint16_t flags_to_store = (flags & 0x1f391u) | (uint16_t)ATT_PROPERTY_READ | (uint16_t)ATT_PROPERT… in att_db_util_add_client_characteristic_configuration() local
245 …att_db_util_add_attribute_uuid16(GATT_CLIENT_CHARACTERISTICS_CONFIGURATION, flags_to_store, buffer… in att_db_util_add_client_characteristic_configuration()