Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h347 #define GATT_ATTR_VALUE_ALLOCATED 0x01 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c565 p_char_val->mask |= GATT_ATTR_VALUE_ALLOCATED; in gatts_add_characteristic()
688 p_char_dscptr->mask |= GATT_ATTR_VALUE_ALLOCATED; in gatts_add_char_descr()
Dgatt_utils.c449 if (p_attr->mask & GATT_ATTR_VALUE_ALLOCATED){ in gatt_free_attr_value_buffer()