Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs50 pub const GATT_SERVICE_UUID: Uuid = Uuid::new(0x1801); constant
158 type_: GATT_SERVICE_UUID, in register_gatt_service()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs25 CLIENT_CHARACTERISTIC_CONFIGURATION_UUID, GATT_SERVICE_UUID,
509 uuid: GATT_SERVICE_UUID.into(), in test_service_change_indication()