diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-07 10:24:33 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-16 17:51:55 -0500 |
commit | 416dc94baa4a0de6904707d17522f7eae7778c8e (patch) | |
tree | 3ab74e081091366e3d790e682173e61c86b195c7 /include/net/bluetooth | |
parent | 3e9c40a6f72a4ee7a978204cac00f91ad08bbe9b (diff) |
Bluetooth: make hci_conn_enter_sniff_mode static
It isn't used outside hci_conn.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 8e33c66eac73..6a1ac2c2489c 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -509,7 +509,6 @@ int hci_conn_change_link_key(struct hci_conn *conn); | |||
509 | int hci_conn_switch_role(struct hci_conn *conn, __u8 role); | 509 | int hci_conn_switch_role(struct hci_conn *conn, __u8 role); |
510 | 510 | ||
511 | void hci_conn_enter_active_mode(struct hci_conn *conn, __u8 force_active); | 511 | void hci_conn_enter_active_mode(struct hci_conn *conn, __u8 force_active); |
512 | void hci_conn_enter_sniff_mode(struct hci_conn *conn); | ||
513 | 512 | ||
514 | void hci_conn_hold_device(struct hci_conn *conn); | 513 | void hci_conn_hold_device(struct hci_conn *conn); |
515 | void hci_conn_put_device(struct hci_conn *conn); | 514 | void hci_conn_put_device(struct hci_conn *conn); |