Home
last modified time | relevance | path

Searched refs:gatt_service (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c185 struct bt_gatt_service_val *gatt_service; in discover_func() local
199 gatt_service = attr->user_data; in discover_func()
200 bt_uuid_to_str(gatt_service->uuid, str, sizeof(str)); in discover_func()
202 str, attr->handle, gatt_service->end_handle); in discover_func()