Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/
Dmtu.rs115 const ANOTHER_NEW_MTU: usize = 52; constant
187 mtu.handle_event(MtuEvent::IncomingRequest(ANOTHER_NEW_MTU)).unwrap(); in test_client_then_server_negotiation()
192 assert_eq!(snapshot.unwrap(), ANOTHER_NEW_MTU); in test_client_then_server_negotiation()
227 mtu.handle_event(MtuEvent::IncomingResponse(ANOTHER_NEW_MTU)).unwrap(); in test_server_negotiation_then_pending_client_finalized_value()
230 assert_eq!(snapshot.await.unwrap(), ANOTHER_NEW_MTU); in test_server_negotiation_then_pending_client_finalized_value()