Home
last modified time | relevance | path

Searched refs:BT_GATT_SERVICE (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-latest/tests/bluetooth/gatt/src/
Dmain.c77 static struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs);
90 static struct bt_gatt_service test1_svc = BT_GATT_SERVICE(test1_attrs);
168 struct bt_gatt_service local_test_svc = BT_GATT_SERVICE(local_test_attrs); in ZTEST()
169 struct bt_gatt_service local_test1_svc = BT_GATT_SERVICE(local_test1_attrs); in ZTEST()
234 struct bt_gatt_service prealloc_test_svc = BT_GATT_SERVICE(local_test_attrs); in ZTEST()
235 struct bt_gatt_service prealloc_test1_svc = BT_GATT_SERVICE(local_test1_attrs); in ZTEST()
297 struct bt_gatt_service prealloc_test_svc = BT_GATT_SERVICE(local_test_attrs); in ZTEST()
298 struct bt_gatt_service auto_test_svc = BT_GATT_SERVICE(local_test1_attrs); in ZTEST()
/Zephyr-latest/tests/bluetooth/audio/ccid/src/
Dmain.c70 struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs); in ZTEST()
85 struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_e_3.c29 BT_GATT_SERVICE(service_e_3_attrs);
Dservice_b_5_2.c62 BT_GATT_SERVICE(service_b_5_2_attrs);
Dservice_b_5_3.c62 BT_GATT_SERVICE(service_b_5_3_attrs);
Dservice_e_2.c62 BT_GATT_SERVICE(service_e_2_attrs);
Dservice_b_4_1.c71 BT_GATT_SERVICE(service_b_4_1_attrs);
Dservice_b_4_2.c71 BT_GATT_SERVICE(service_b_4_2_attrs);
Dservice_b_4_3.c71 BT_GATT_SERVICE(service_b_4_3_attrs);
Dservice_b_1_2.c93 BT_GATT_SERVICE(service_b_1_2_attrs);
Dservice_b_1_3.c93 BT_GATT_SERVICE(service_b_1_3_attrs);
Dservice_d_2.c100 BT_GATT_SERVICE(service_d_2_attrs);
Dservice_d_3.c100 BT_GATT_SERVICE(service_d_3_attrs);
Dservice_d_1.c105 BT_GATT_SERVICE(service_d_1_attrs);
Dservice_b_3_1.c108 BT_GATT_SERVICE(service_b_3_1_attrs);
Dservice_b_2_2.c140 BT_GATT_SERVICE(service_b_2_2_attrs);
Dservice_b_2_3.c140 BT_GATT_SERVICE(service_b_2_3_attrs);
Dservice_b_2_1.c144 BT_GATT_SERVICE(service_b_2_1_attrs);
Dservice_b_3_2.c112 BT_GATT_SERVICE(service_b_3_2_attrs);
Dservice_b_3_3.c110 BT_GATT_SERVICE(service_b_3_3_attrs);
Dservice_a_2.c176 BT_GATT_SERVICE(service_a_2_attrs);
Dservice_a_3.c176 BT_GATT_SERVICE(service_a_3_attrs);
Dservice_c_1_3.c214 BT_GATT_SERVICE(service_c_1_3_attrs);
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_acceptor.c55 cas = (struct bt_gatt_service)BT_GATT_SERVICE(svc_attrs); in bt_cap_acceptor_register()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c89 static struct bt_gatt_service test_svc = BT_GATT_SERVICE(test_attrs);
90 static struct bt_gatt_service test_svc_2 = BT_GATT_SERVICE(test_attrs_2);

123