Home
last modified time | relevance | path

Searched refs:bt_gatt_service (Results 1 – 25 of 65) sorted by relevance

123

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dgatt.h23 int bt_gatt_service_register(struct bt_gatt_service *svc);
24 int bt_gatt_service_unregister(struct bt_gatt_service *svc);
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_acceptor.c36 static struct bt_gatt_service cas; in bt_cap_acceptor_register()
55 cas = (struct bt_gatt_service)BT_GATT_SERVICE(svc_attrs); in bt_cap_acceptor_register()
Dmicp_mic_dev.c40 struct bt_gatt_service *service_p;
145 static struct bt_gatt_service mics_svc;
210 mics_svc = (struct bt_gatt_service)BT_GATT_SERVICE(mics_attrs); in bt_micp_mic_dev_register()
Dvocs_internal.h95 struct bt_gatt_service *service_p;
Dtmap.c161 static struct bt_gatt_service tmas;
218 tmas = (struct bt_gatt_service)BT_GATT_SERVICE(svc_attrs); in bt_tmap_register()
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c250 struct bt_gatt_service *svc; in foreach_attr_type_dyndb()
253 struct bt_gatt_service *next; in foreach_attr_type_dyndb()
349 static void gatt_insert(struct bt_gatt_service *svc, uint16_t last_handle) in gatt_insert()
351 struct bt_gatt_service *tmp, *prev = NULL; in gatt_insert()
374 static int gatt_register(struct bt_gatt_service *svc) in gatt_register()
376 struct bt_gatt_service *last; in gatt_register()
415 static int gatt_unregister(struct bt_gatt_service *svc) in gatt_unregister()
424 int bt_gatt_service_register(struct bt_gatt_service *svc) in bt_gatt_service_register()
449 int bt_gatt_service_unregister(struct bt_gatt_service *svc) in bt_gatt_service_unregister()
/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.c28 static struct bt_gatt_service service_e_3_svc =
Dservice_b_5_2.c61 static struct bt_gatt_service service_b_5_2_svc =
Dservice_b_5_3.c61 static struct bt_gatt_service service_b_5_3_svc =
Dservice_e_2.c61 static struct bt_gatt_service service_e_2_svc =
Dservice_b_4_1.c70 static struct bt_gatt_service service_b_4_1_svc =
Dservice_b_4_2.c70 static struct bt_gatt_service service_b_4_2_svc =
Dservice_b_4_3.c70 static struct bt_gatt_service service_b_4_3_svc =
Dservice_b_1_2.c92 static struct bt_gatt_service service_b_1_2_svc =
Dservice_b_1_3.c92 static struct bt_gatt_service service_b_1_3_svc =
Dservice_d_2.c99 static struct bt_gatt_service service_d_2_svc =
Dservice_d_3.c99 static struct bt_gatt_service service_d_3_svc =
Dservice_d_1.c104 static struct bt_gatt_service service_d_1_svc =
Dservice_b_3_1.c107 static struct bt_gatt_service service_b_3_1_svc =
Dservice_b_2_2.c139 static struct bt_gatt_service service_b_2_2_svc =
Dservice_b_2_3.c139 static struct bt_gatt_service service_b_2_3_svc =
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dperipheral.c42 static struct bt_gatt_service svc = {
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h323 struct bt_gatt_service { struct
606 int bt_gatt_service_register(struct bt_gatt_service *svc);
614 int bt_gatt_service_unregister(struct bt_gatt_service *svc);
622 bool bt_gatt_service_is_registered(const struct bt_gatt_service *svc);
804 static struct bt_gatt_service _name[] = { \

123