Searched refs:nfy_enabled (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bluetooth/gatt/src/ |
D | main.c | 35 static uint8_t nfy_enabled; variable 39 nfy_enabled = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in test1_ccc_cfg_changed() 85 NULL, NULL, &nfy_enabled), 165 NULL, NULL, &nfy_enabled), in ZTEST() 230 NULL, NULL, &nfy_enabled), in ZTEST() 293 NULL, NULL, &nfy_enabled), in ZTEST() 407 &test1_nfy_uuid.uuid, &nfy_enabled, 1, in ZTEST() 413 zassert_equal(attr->user_data, &nfy_enabled, in ZTEST()
|