Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c22 static uint16_t lesc_chrc_handle; variable
163 lesc_chrc_handle = chrc->value_handle; in discover_func()
231 } else if (handle == lesc_chrc_handle) { in gatt_write()
298 } else if (params->single.handle == lesc_chrc_handle) { in gatt_read_cb()
325 } else if (handle == lesc_chrc_handle) { in gatt_read()
382 gatt_write(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
383 gatt_read(lesc_chrc_handle, BT_ATT_ERR_AUTHENTICATION); in test_main()
389 gatt_write(lesc_chrc_handle, BT_ATT_ERR_SUCCESS); in test_main()
390 gatt_read(lesc_chrc_handle, BT_ATT_ERR_SUCCESS); in test_main()