Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c226 if (p_data->handle == gatt_cb.handle_of_database_hash) { in gatt_proc_read()
320 if (p_data->handle == gatt_cb.handle_of_database_hash) { in gatt_proc_write_req()
488 …gatt_cb.handle_of_database_hash = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, G… in gatt_profile_db_init()
Dgatt_sr.c1751 UINT16 db_hash_handle = gatt_cb.handle_of_database_hash; in gatts_handle_db_out_of_sync()
1775 if (status == GATT_SUCCESS && handle == gatt_cb.handle_of_database_hash) { in gatts_handle_db_out_of_sync()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h543 UINT16 handle_of_database_hash; member