Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs40 const GENERIC_UUID: &str = "00000000-0000-1000-8000-00805F9B34FB"; constant
1415 let descriptor_uuid = Uuid::from_string(GENERIC_UUID).unwrap(); in cmd_gatt()