Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c30 if (uuid >= GATT_UUID_PRI_SERVICE && uuid <= GATT_UUID_CHAR_DECLARE) { in gatt_get_attr_name()
78 } else if (p_attr->uuid == GATT_UUID_CHAR_DECLARE) { in calculate_database_info_size()
128 } else if (p_attr->uuid == GATT_UUID_CHAR_DECLARE) { in fill_database_info()
132 UINT16_TO_STREAM(p_data, GATT_UUID_CHAR_DECLARE); in fill_database_info()
227 case GATT_UUID_CHAR_DECLARE: { in gatts_show_local_database()
Dgatt_db.c170 case GATT_UUID_CHAR_DECLARE: in gatts_check_attr_readability()
244 } else if (uuid16 == GATT_UUID_CHAR_DECLARE) { in read_attr_value()
515 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}}; in gatts_add_characteristic()
744 case GATT_UUID_CHAR_DECLARE: in gatts_set_attribute_value()
889 case GATT_UUID_CHAR_DECLARE: in gatts_get_attribute_value()
Dgatt_cl.c65 GATT_UUID_CHAR_DECLARE, /* <characteristic> for DISC_CHAR */
155 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE; in gatt_act_read()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgattdefs.h35 #define GATT_UUID_CHAR_DECLARE 0x2803 /* Characteristic Declaration*/ macro