Searched refs:handle_of_database_hash (Results 1 – 3 of 3) sorted by relevance
226 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()
1751 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()
543 UINT16 handle_of_database_hash; member