Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Datt_filter_by_size_type.rs114 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_single_matching_attr()
164 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_skip_mismatching_attrs()
168 attr: db.find_attribute(AttHandle(6)).unwrap(), in test_skip_mismatching_attrs()
218 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_stop_once_length_changes()
249 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_truncate_to_mtu()
342 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_read_failure_on_subsequent_attr()
393 attr: db.find_attribute(AttHandle(3)).unwrap(), in test_skip_unreadable_mismatching_attr()
397 attr: db.find_attribute(AttHandle(5)).unwrap(), in test_skip_unreadable_mismatching_attr()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs98 fn find_attribute(&self, handle: AttHandle) -> Option<AttAttribute> { in find_attribute() method
Dindication_handler.rs72 .find_attribute(handle) in send()