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 89733a1c..ad78921b 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -51,6 +51,7 @@ struct bluetooth_sap_driver { void (*post_sim) (struct ofono_modem *modem); void (*set_online) (struct ofono_modem *modem, ofono_bool_t online, ofono_modem_online_cb_t cb, void *user_data); + void (*post_online) (struct ofono_modem *modem); int (*disable) (struct ofono_modem *modem); }; |