Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c884 static void gatt_insert(struct bt_gatt_service *svc, uint16_t last_handle) in gatt_insert()
908 static int gatt_register(struct bt_gatt_service *svc) in gatt_register()
1241 static int gatt_unregister(struct bt_gatt_service *svc) in gatt_unregister()
1258 int bt_gatt_service_register(struct bt_gatt_service *svc) in bt_gatt_service_register()
1299 int bt_gatt_service_unregister(struct bt_gatt_service *svc) in bt_gatt_service_unregister()
1553 struct bt_gatt_service *svc; in foreach_attr_type_dyndb() local
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgatt.c695 struct bt_gatt_attr *svc; in add_included() local