Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c134 UINT16_TO_STREAM(p_data, p_attr->p_value->char_decl.char_val_handle); in fill_database_info()
236 printf("\tval_handle %d\n", p_attr->p_value->char_decl.char_val_handle); in gatts_show_local_database()
Dgatt_db.c249 UINT16_TO_STREAM(p, p_attr16->p_value->char_decl.char_val_handle); in read_attr_value()
540 p_char_decl->p_value->char_decl.char_val_handle = p_char_val->handle; in gatts_add_characteristic()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h165 UINT16 char_val_handle; member