summaryrefslogtreecommitdiffstats
path: root/vendor/libvendor/include/bt_vendor_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libvendor/include/bt_vendor_lib.h')
-rw-r--r--vendor/libvendor/include/bt_vendor_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/libvendor/include/bt_vendor_lib.h b/vendor/libvendor/include/bt_vendor_lib.h
index 4b5b5a8..e727840 100644
--- a/vendor/libvendor/include/bt_vendor_lib.h
+++ b/vendor/libvendor/include/bt_vendor_lib.h
@@ -187,7 +187,7 @@ typedef struct {
* Opens the interface and provides the callback routines
* to the implemenation of this interface.
*/
- int (*init)(const bt_vendor_callbacks_t* p_cb);
+ int (*init)(const bt_vendor_callbacks_t* p_cb, unsigned char *local_bdaddr);
/** Chip power control */
void (*set_power)(bt_vendor_chip_power_state_t state);