Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c21 static const struct bt_uuid_128 test_chrc_uuid = BT_UUID_INIT_128( variable
70 BT_GATT_CHARACTERISTIC(&test_chrc_uuid.uuid,
155 BT_GATT_CHARACTERISTIC(&test_chrc_uuid.uuid, BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE, in ZTEST()
220 BT_GATT_CHARACTERISTIC(&test_chrc_uuid.uuid, BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE, in ZTEST()
283 BT_GATT_CHARACTERISTIC(&test_chrc_uuid.uuid, BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE, in ZTEST()
374 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
378 zassert_equal(attr->uuid, &test_chrc_uuid.uuid, in ZTEST()
427 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
430 zassert_equal(attr->uuid, &test_chrc_uuid.uuid, in ZTEST()
453 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c25 static const struct bt_uuid_128 test_chrc_uuid = BT_UUID_INIT_128( variable
71 BT_GATT_CHARACTERISTIC(&test_chrc_uuid.uuid,
82 BT_GATT_CHARACTERISTIC(&test_chrc_uuid.uuid,
155 } else if (bt_uuid_cmp(chrc->uuid, &test_chrc_uuid.uuid) == 0) { in discover_func()