Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c36 static const struct bt_uuid_128 vnd_enc_uuid = BT_UUID_INIT_128( variable
192 BT_GATT_CHARACTERISTIC(&vnd_enc_uuid.uuid,
436 &vnd_enc_uuid.uuid); in main()
437 bt_uuid_to_str(&vnd_enc_uuid.uuid, str, sizeof(str)); in main()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c59 static struct bt_uuid_128 vnd_enc_uuid = variable
107 BT_GATT_CHARACTERISTIC(&vnd_enc_uuid.uuid,
412 vnd_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, &vnd_enc_uuid.uuid); in test_peripheral_main()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c56 static struct bt_uuid_128 vnd_enc_uuid = variable
119 BT_GATT_CHARACTERISTIC(&vnd_enc_uuid.uuid,
665 vnd_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, &vnd_enc_uuid.uuid); in test_central_main()
667 bt_uuid_to_str(&vnd_enc_uuid.uuid, str, sizeof(str)); in test_central_main()