Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs52 pub const CLIENT_CHARACTERISTIC_CONFIGURATION_UUID: Uuid = Uuid::new(0x2902); constant
165 type_: CLIENT_CHARACTERISTIC_CONFIGURATION_UUID, in register_gatt_service()
240 assert_eq!(attrs[3].type_, CLIENT_CHARACTERISTIC_CONFIGURATION_UUID); in test_gatt_service_discovery()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs26 CLIENT_CHARACTERISTIC_CONFIGURATION_UUID, GATT_SERVICE_UUID,
523 if attr.uuid == CLIENT_CHARACTERISTIC_CONFIGURATION_UUID.try_into().unwrap() { in test_service_change_indication()