Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_client_test.c19 static uint16_t unauthorized_chrc_handle; variable
108 unauthorized_chrc_handle == 0 || in discover_func()
143 unauthorized_chrc_handle = chrc->value_handle; in discover_func()
181 if ((err != BT_ATT_ERR_SUCCESS) && (params->handle != unauthorized_chrc_handle)) { in gatt_write_cb()
185 if ((err != BT_ATT_ERR_AUTHORIZATION) && (params->handle == unauthorized_chrc_handle)) { in gatt_write_cb()
246 (params->single.handle != unauthorized_chrc_handle)) { in gatt_read_cb()
255 (params->single.handle == unauthorized_chrc_handle)) { in gatt_read_cb()
322 gatt_interact(unauthorized_chrc_handle); in test_main()