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 b21ab643..6cde7bc8 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -45,6 +45,7 @@ struct bluetooth_profile { struct bluetooth_sap_driver { const char *name; + int (*enable) (struct ofono_modem *modem); }; struct server; |