chore: align applets with local stack

This commit is contained in:
Lionel DARNIS 2026-05-23 20:49:24 +02:00
parent c117f172cb
commit b4fbfe168a
35 changed files with 96 additions and 71 deletions

View file

@ -149,8 +149,6 @@ pub fn bluetooth_subscription<I: 'static + Hash + Copy + Send + Sync + Debug>(
},
BluerSessionEvent::AgentEvent(e) => BluerEvent::AgentEvent(e),
_ => return,
};
_ = output.send(message).await;
@ -199,6 +197,7 @@ pub enum BluerRequest {
}
#[derive(Debug, Clone)]
#[allow(dead_code)]
pub enum BluerEvent {
RequestResponse {
req: BluerRequest,