Searched refs:GattDescriptorWithHandle (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | gatt_database.rs | 61 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/ |
D | ffi.rs | 21 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/ |
D | gatt.rs | 22 GattDatabaseCallbacks, GattDescriptorWithHandle, GattServiceWithHandle, 158 descriptors: vec![GattDescriptorWithHandle { in register_gatt_service()
|
/packages/modules/Bluetooth/system/rust/tests/ |
D | gatt_server_test.rs | 11 AttPermissions, GattCharacteristicWithHandle, GattDescriptorWithHandle, GattServiceWithHandle, 74 descriptors: vec![GattDescriptorWithHandle { in create_server_and_open_connection()
|