Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dhogp.py140 uuid_16 = short_uuid(characteristic.uuid)
141 key = (characteristic.properties, characteristic.handle, uuid_16)
175 uuid_16 = short_uuid(descriptor.uuid)
176 key = (descriptor.handle, uuid_16)
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs2116 let uuid_16 = Uuid::from_string("0000fef3-0000-1000-8000-00805f9b34fb").unwrap(); in test_append_service_uuids() localVariable
2117 let uuids = vec![uuid_16.clone()]; in test_append_service_uuids()
2139 let uuids = vec![uuid_16, uuid_32, uuid_128]; in test_append_service_uuids()
2148 let uuids = vec![uuid_16, uuid_128, uuid_16_2, uuid_32]; in test_append_service_uuids()
2159 let uuid_16 = Uuid::from_string("0000fef3-0000-1000-8000-00805f9b34fb").unwrap(); in test_append_solicit_uuids() localVariable
2162 let uuids = vec![uuid_16, uuid_32, uuid_128]; in test_append_solicit_uuids()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1620 let uuid_16 = Uuid::from_string("0000fef3-0000-1000-8000-00805f9b34fb").unwrap(); in test_get_shortest_slice() localVariable
1621 assert_eq!(uuid_16.get_shortest_slice(), [0xfe, 0xf3]); in test_get_shortest_slice()