Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs24 DataExceedsMtu { enumerator
66 return Err(IndicationError::DataExceedsMtu { mtu: mtu - 3 }); in send()
379 assert!(matches!(res, Err(IndicationError::DataExceedsMtu { mtu: 1 }))); in test_mtu_exceeds()
Datt_server_bearer.rs638 assert!(matches!(pending_mtu.await, Err(IndicationError::DataExceedsMtu { .. }))); in test_single_indication_pending_mtu_fail()