Searched refs:bt_gatt_service (Results 1 – 25 of 65) sorted by relevance
123
23 int bt_gatt_service_register(struct bt_gatt_service *svc);24 int bt_gatt_service_unregister(struct bt_gatt_service *svc);
36 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()
40 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()
95 struct bt_gatt_service *service_p;
161 static struct bt_gatt_service tmas;218 tmas = (struct bt_gatt_service)BT_GATT_SERVICE(svc_attrs); in bt_tmap_register()
250 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()
77 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()
70 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()
28 static struct bt_gatt_service service_e_3_svc =
61 static struct bt_gatt_service service_b_5_2_svc =
61 static struct bt_gatt_service service_b_5_3_svc =
61 static struct bt_gatt_service service_e_2_svc =
70 static struct bt_gatt_service service_b_4_1_svc =
70 static struct bt_gatt_service service_b_4_2_svc =
70 static struct bt_gatt_service service_b_4_3_svc =
92 static struct bt_gatt_service service_b_1_2_svc =
92 static struct bt_gatt_service service_b_1_3_svc =
99 static struct bt_gatt_service service_d_2_svc =
99 static struct bt_gatt_service service_d_3_svc =
104 static struct bt_gatt_service service_d_1_svc =
107 static struct bt_gatt_service service_b_3_1_svc =
139 static struct bt_gatt_service service_b_2_2_svc =
139 static struct bt_gatt_service service_b_2_3_svc =
42 static struct bt_gatt_service svc = {
323 struct bt_gatt_service { struct606 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[] = { \