Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/
Dmtu.rs27 pub struct AttMtu { struct
41 impl AttMtu { argument
119 let mtu = AttMtu::new(); in test_default_mtu()
131 let mtu = AttMtu::new(); in test_guaranteed_mtu_during_client_negotiation()
146 let mtu = AttMtu::new(); in test_mtu_blocking_snapshot_during_client_negotiation()
164 let mtu = AttMtu::new(); in test_receive_mtu_request()
180 let mtu = AttMtu::new(); in test_client_then_server_negotiation()
200 let mtu = AttMtu::new(); in test_server_negotiation_then_pending_client_default_value()
218 let mtu = AttMtu::new(); in test_server_negotiation_then_pending_client_finalized_value()
238 let mtu = AttMtu::new(); in test_mtu_dropped_while_pending()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs18 mtu::{AttMtu, MtuEvent},
56 mtu: AttMtu,
79 mtu: AttMtu::new(), in new()