Searched refs:vnd_svc (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/bluetooth/peripheral/src/ |
D | main.c | 190 BT_GATT_SERVICE_DEFINE(vnd_svc, 435 vnd_ind_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, in main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/ |
D | main.c | 106 vnd_svc, BT_GATT_PRIMARY_SERVICE(&vnd_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/ |
D | main.c | 118 vnd_svc, BT_GATT_PRIMARY_SERVICE(&vnd_uuid), 665 vnd_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, &vnd_enc_uuid.uuid); in test_central_main()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 877 static struct bt_gatt_service vnd_svc = BT_GATT_SERVICE(vnd_attrs); variable 900 err = bt_gatt_service_register(&vnd_svc); in cmd_register_test_svc() 925 err = bt_gatt_service_unregister(&vnd_svc); in cmd_unregister_test_svc()
|