Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c21 static uint16_t enc_chrc_handle; variable
160 enc_chrc_handle = chrc->value_handle; in discover_func()
227 } else if (handle == enc_chrc_handle) { in gatt_write()
293 } else if (params->single.handle == enc_chrc_handle) { in gatt_read_cb()
323 } else if (handle == enc_chrc_handle) { in gatt_read()
380 gatt_write(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
381 gatt_read(enc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
387 gatt_write(enc_chrc_handle, BT_ATT_ERR_SUCCESS); in test_main()
388 gatt_read(enc_chrc_handle, BT_ATT_ERR_SUCCESS); in test_main()