Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c88 p_attr->uuid == GATT_UUID_CHAR_PRESENT_FORMAT || in calculate_database_info_size()
142 p_attr->uuid == GATT_UUID_CHAR_PRESENT_FORMAT || in fill_database_info()
244 case GATT_UUID_CHAR_PRESENT_FORMAT: in gatts_show_local_database()
Dgatt_db.c175 case GATT_UUID_CHAR_PRESENT_FORMAT: in gatts_check_attr_readability()
1212 case GATT_UUID_CHAR_PRESENT_FORMAT:/* should be readable only */ in gatts_write_attr_perm_check()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgattdefs.h41 #define GATT_UUID_CHAR_PRESENT_FORMAT 0x2904 /* Characteristic Presentation Format*/ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c462 uuid.uu.uuid16 = GATT_UUID_CHAR_PRESENT_FORMAT; in bas_AddCharDescr()