Home
last modified time | relevance | path

Searched defs:descriptor_uuid (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/examples/
DGattServerExampleTest.py27 descriptor_uuid = gatt_char_desc_uuids['client_char_cfg'] variable
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py42 descriptor_uuid = "00000003-0000-1000-8000-00805f9b34fb" variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1436 let descriptor_uuid = Uuid::from_string(GENERIC_UUID).unwrap(); in cmd_gatt() localVariable