Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/gatt/
H A Dgatt_attr.cc228 if (handle == gatt_cb.handle_of_database_hash) { in read_attr_value()
267 if (handle == gatt_cb.handle_of_database_hash) return GATT_WRITE_NOT_PERMIT; in proc_write_req()
423 gatt_cb.handle_of_database_hash = service[4].attribute_handle; in gatt_profile_db_init()
H A Dgatt_sr.cc1271 uint16_t db_hash_handle = gatt_cb.handle_of_database_hash; in gatts_process_db_out_of_sync()
1293 if (status == GATT_SUCCESS && handle == gatt_cb.handle_of_database_hash) in gatts_process_db_out_of_sync()
H A Dgatt_int.h423 uint16_t handle_of_database_hash; member
/aosp12/system/bt/stack/test/gatt/
H A Dgatt_sr_test.cc213 gatt_cb.handle_of_database_hash = 0x0010; in SetUp()