Searched refs:GattServiceWithHandle (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | gatt_database.rs | 46 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 …]
|
D | att_server_bearer.rs | 235 GattCharacteristicWithHandle, GattDatabase, GattServiceWithHandle, 332 GattServiceWithHandle { in test_concurrent_transaction_failure()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 23 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()
|
D | gap.rs | 15 AttPermissions, GattCharacteristicWithHandle, GattDatabase, GattServiceWithHandle, 70 GattServiceWithHandle { in register_gap_service()
|
/packages/modules/Bluetooth/system/rust/tests/ |
D | gatt_server_test.rs | 19 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/ |
D | server.rs | 31 gatt_database::{AttDatabaseImpl, GattServiceWithHandle}, 121 service: GattServiceWithHandle, in register_gatt_service() argument
|
D | ffi.rs | 26 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()
|