android_vendor_aospa/interfaces/qcom/fm/1.0/IFmHci.hal

14 lines
295 B
Plaintext

package vendor.qti.hardware.fm@1.0;
import IFmHciCallbacks;
interface IFmHci {
@entry
@callflow(next={"sendHciCommand", "close"})
initialize(IFmHciCallbacks callback);
@callflow(next={"sendHciCommand", "close"})
sendHciCommand(HciPacket command);
@exit
close();
};