Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs316 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service() function
360 match records_to_service(&service_records) { in add_service()
519 let res = records_to_service(&[]); in test_empty_records()
526 records_to_service(&[make_service_record(SERVICE_UUID, SERVICE_HANDLE)]).unwrap(); in test_primary_service()
535 let res = records_to_service(&[ in test_dupe_primary_service()
545 let service = records_to_service(&[ in test_service_with_single_characteristic()
561 let service = records_to_service(&[ in test_multiple_characteristics()
581 let service = records_to_service(&[ in test_characteristic_readable_property()
592 let service = records_to_service(&[ in test_characteristic_writable_property()
603 let service = records_to_service(&[ in test_characteristic_readable_and_writable_property()
[all …]