Home
last modified time | relevance | path

Searched refs:GattServiceWithHandle (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs46 pub struct GattServiceWithHandle { struct
168 service: GattServiceWithHandle, in add_service_with_handles() argument
558 GattServiceWithHandle { in test_single_service()
598 GattServiceWithHandle { in test_service_removal()
613 GattServiceWithHandle { in test_service_removal()
628 GattServiceWithHandle { in test_service_removal()
676 GattServiceWithHandle { in test_single_characteristic_declaration()
751 GattServiceWithHandle { in test_all_characteristic_permissions()
798 GattServiceWithHandle { in test_single_characteristic_value()
844 GattServiceWithHandle { in test_unreadable_characteristic()
[all …]
Datt_server_bearer.rs235 GattCharacteristicWithHandle, GattDatabase, GattServiceWithHandle,
332 GattServiceWithHandle { in test_concurrent_transaction_failure()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs23 GattDatabaseCallbacks, GattDescriptorWithHandle, GattServiceWithHandle,
156 GattServiceWithHandle { in register_gatt_service()
353 GattServiceWithHandle { in test_single_registered_service_change_indication()
397 GattServiceWithHandle { in test_multiple_registered_service_change_indication()
435 GattServiceWithHandle { in test_one_unregistered_service_change_indication()
477 GattServiceWithHandle { in test_one_disconnected_service_change_indication()
Dgap.rs15 AttPermissions, GattCharacteristicWithHandle, GattDatabase, GattServiceWithHandle,
70 GattServiceWithHandle { in register_gap_service()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs19 GattServiceWithHandle, CHARACTERISTIC_UUID, PRIMARY_SERVICE_DECLARATION_UUID,
88 GattServiceWithHandle { in create_server_and_open_connection()
389 GattServiceWithHandle { in test_multiple_servers()
481 GattServiceWithHandle { in test_ignored_service_change_indication()
600 GattServiceWithHandle { in test_service_change_indication()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs31 gatt_database::{AttDatabaseImpl, GattServiceWithHandle},
121 service: GattServiceWithHandle, in register_gatt_service() argument
Dffi.rs26 GattServiceWithHandle,
326 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service() argument
363 Ok(GattServiceWithHandle { handle: AttHandle(handle), type_: uuid, characteristics }) in records_to_service()