Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs61 pub descriptors: Vec<GattDescriptorWithHandle>,
69 pub struct GattDescriptorWithHandle { struct
1031 descriptors: vec![GattDescriptorWithHandle { in test_single_descriptor_declaration()
1081 descriptors: vec![GattDescriptorWithHandle { in test_write_descriptor()
1131 descriptors: vec![GattDescriptorWithHandle { in test_multiple_descriptors()
1142 GattDescriptorWithHandle { in test_multiple_descriptors()
1147 GattDescriptorWithHandle { in test_multiple_descriptors()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs21 AttPermissions, GattCharacteristicWithHandle, GattDescriptorWithHandle, GattServiceWithHandle,
298 ) -> Vec<GattDescriptorWithHandle> { in consume_descriptors() argument
307 out.push(GattDescriptorWithHandle { in consume_descriptors()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs22 GattDatabaseCallbacks, GattDescriptorWithHandle, GattServiceWithHandle,
158 descriptors: vec![GattDescriptorWithHandle { in register_gatt_service()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs11 AttPermissions, GattCharacteristicWithHandle, GattDescriptorWithHandle, GattServiceWithHandle,
74 descriptors: vec![GattDescriptorWithHandle { in create_server_and_open_connection()