Searched refs:GattServiceWithHandle (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | gatt_database.rs | 38 pub struct GattServiceWithHandle { struct 160 service: GattServiceWithHandle, in add_service_with_handles() argument 548 GattServiceWithHandle { in test_single_service() 586 GattServiceWithHandle { in test_service_removal() 601 GattServiceWithHandle { in test_service_removal() 616 GattServiceWithHandle { in test_service_removal() 664 GattServiceWithHandle { in test_single_characteristic_declaration() 737 GattServiceWithHandle { in test_all_characteristic_permissions() 782 GattServiceWithHandle { in test_single_characteristic_value() 828 GattServiceWithHandle { in test_unreadable_characteristic() [all …]
|
D | att_server_bearer.rs | 220 GattCharacteristicWithHandle, GattDatabase, GattServiceWithHandle, 299 GattServiceWithHandle { in test_concurrent_transaction_failure()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 22 GattDatabaseCallbacks, GattDescriptorWithHandle, GattServiceWithHandle, 150 GattServiceWithHandle { in register_gatt_service() 341 GattServiceWithHandle { in test_single_registered_service_change_indication() 385 GattServiceWithHandle { in test_multiple_registered_service_change_indication() 423 GattServiceWithHandle { in test_one_unregistered_service_change_indication() 465 GattServiceWithHandle { in test_one_disconnected_service_change_indication()
|
D | gap.rs | 13 AttPermissions, GattCharacteristicWithHandle, GattDatabase, GattServiceWithHandle, 66 GattServiceWithHandle { in register_gap_service()
|
/packages/modules/Bluetooth/system/rust/tests/ |
D | gatt_server_test.rs | 11 AttPermissions, GattCharacteristicWithHandle, GattDescriptorWithHandle, GattServiceWithHandle, 65 GattServiceWithHandle { in create_server_and_open_connection() 318 GattServiceWithHandle { in test_multiple_servers() 414 GattServiceWithHandle { in test_ignored_service_change_indication() 539 GattServiceWithHandle { in test_service_change_indication()
|
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | server.rs | 26 use self::gatt_database::{AttDatabaseImpl, GattServiceWithHandle}; 112 service: GattServiceWithHandle, in register_gatt_service() argument
|
D | ffi.rs | 21 AttPermissions, GattCharacteristicWithHandle, GattDescriptorWithHandle, GattServiceWithHandle, 316 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service() argument 353 Ok(GattServiceWithHandle { handle: AttHandle(handle), type_: uuid, characteristics }) in records_to_service()
|