Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs54 ListenerHungUp(TransactionId), enumerator
80 Err(CallbackResponseError::ListenerHungUp(trans_id)) in send_response()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_callbacks_test.rs350 assert_eq!(resp, Err(CallbackResponseError::ListenerHungUp(trans_id))); in test_listener_hang_up()