diff options
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r-- | plugins/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h index 8e3fadde..a9d36838 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -48,6 +48,7 @@ struct bluetooth_sap_driver { int (*enable) (struct ofono_modem *modem, struct ofono_modem *sap_modem, int bt_fd); void (*pre_sim) (struct ofono_modem *modem); + void (*post_sim) (struct ofono_modem *modem); int (*disable) (struct ofono_modem *modem); }; |