From 5624d6cc20e5fb63d4b34b672b2421eb38b849e5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 26 Jun 2003 21:17:37 +0000 Subject: Add functions for park mode --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hci.c') 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; -- cgit