summaryrefslogtreecommitdiffstats
path: root/plugins/bluetooth.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r--plugins/bluetooth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h
index a9d36838..89733a1c 100644
--- a/plugins/bluetooth.h
+++ b/plugins/bluetooth.h
@@ -49,6 +49,8 @@ struct bluetooth_sap_driver {
int bt_fd);
void (*pre_sim) (struct ofono_modem *modem);
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);
int (*disable) (struct ofono_modem *modem);
};