summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-06-26 21:17:37 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-06-26 21:17:37 +0000
commit5624d6cc20e5fb63d4b34b672b2421eb38b849e5 (patch)
tree307a43fb9cd8b7f670f5ced17ad2390a4395dfb0 /src
parent78410fbc646a08b98487096e93e7bde4189314ae (diff)
Add functions for park mode
Diffstat (limited to 'src')
-rw-r--r--src/hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci.c b/src/hci.c
index 676b8af8..b01dec97 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -1150,7 +1150,7 @@ int hci_switch_role(int dd, bdaddr_t peer, int role, int to)
return 0;
}
-int hci_park_mode (int dd, uint16_t handle, uint16_t max_interval, uint16_t min_interval, int to)
+int hci_park_mode(int dd, uint16_t handle, uint16_t max_interval, uint16_t min_interval, int to)
{
park_mode_cp cp;
evt_mode_change rp;