Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/
Dlmp_event.rs31 pub struct LmpEvent; struct
33 impl LmpEvent { implementation
39 impl Interface for LmpEvent {} implementation
41 impl IBluetoothLmpEvent for LmpEvent { implementation
Dmain.rs41 let lmp_event_service = lmp_event::LmpEvent::new(); in main()
44 let descriptor = format!("{}/default", lmp_event::LmpEvent::get_descriptor()); in main()