summaryrefslogtreecommitdiff
path: root/host/libubertooth/src/ubertooth_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/libubertooth/src/ubertooth_control.h')
-rw-r--r--host/libubertooth/src/ubertooth_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/libubertooth/src/ubertooth_control.h b/host/libubertooth/src/ubertooth_control.h
index 60e2c45..28f360e 100644
--- a/host/libubertooth/src/ubertooth_control.h
+++ b/host/libubertooth/src/ubertooth_control.h
@@ -129,6 +129,6 @@ int cmd_read_register(struct libusb_device_handle* devh, u8 reg);
int cmd_btle_slave(struct libusb_device_handle* devh, u8 *mac_address);
int cmd_btle_set_target(struct libusb_device_handle* devh, u8 *mac_address);
int cmd_set_jam_mode(struct libusb_device_handle* devh, int mode);
-int cmd_ego_sniff(struct libusb_device_handle* devh, u16 num);
+int cmd_ego(struct libusb_device_handle* devh, int mode);
#endif /* __UBERTOOTH_CONTROL_H__ */