Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs30 AttributeNotFound, enumerator
73 .ok_or(IndicationError::AttributeNotFound)? in send()
212 assert!(matches!(ret, Err(IndicationError::AttributeNotFound))); in test_invalid_handle()