summaryrefslogtreecommitdiffstats
path: root/plugins/bluetooth.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-09-28 18:24:13 -0300
committerDenis Kenzior <denkenz@gmail.com>2011-09-29 11:13:05 -0500
commitdeca4a32d38885b5c3bb9832dea9db38e5d56e4d (patch)
tree55a36c11e6f25420875c0f70c03ec2cb5a90f407 /plugins/bluetooth.h
parentd4da014f6fce615ff8a801db38c524e580787f04 (diff)
downloadofono-deca4a32d38885b5c3bb9832dea9db38e5d56e4d.tar.bz2
telit: add suport the disable SAP client
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r--plugins/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h
index 7e94f961..d38e72e5 100644
--- a/plugins/bluetooth.h
+++ b/plugins/bluetooth.h
@@ -47,6 +47,7 @@ struct bluetooth_sap_driver {
const char *name;
int (*enable) (struct ofono_modem *modem, struct ofono_modem *sap_modem,
int bt_fd);
+ int (*disable) (struct ofono_modem *modem);
};
struct server;