diff options
-rw-r--r-- | net/bluetooth/hci_conn.c | 5 | ||||
-rw-r--r-- | net/bluetooth/hci_core.c | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index 3bb2d552a888..8163ee175d6a 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c | |||
@@ -188,7 +188,6 @@ void hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, | |||
188 | 188 | ||
189 | hci_send_cmd(hdev, HCI_OP_LE_CONN_UPDATE, sizeof(cp), &cp); | 189 | hci_send_cmd(hdev, HCI_OP_LE_CONN_UPDATE, sizeof(cp), &cp); |
190 | } | 190 | } |
191 | EXPORT_SYMBOL(hci_le_conn_update); | ||
192 | 191 | ||
193 | void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __u8 rand[8], | 192 | void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __u8 rand[8], |
194 | __u8 ltk[16]) | 193 | __u8 ltk[16]) |
@@ -207,7 +206,6 @@ void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __u8 rand[8], | |||
207 | 206 | ||
208 | hci_send_cmd(hdev, HCI_OP_LE_START_ENC, sizeof(cp), &cp); | 207 | hci_send_cmd(hdev, HCI_OP_LE_START_ENC, sizeof(cp), &cp); |
209 | } | 208 | } |
210 | EXPORT_SYMBOL(hci_le_start_enc); | ||
211 | 209 | ||
212 | /* Device _must_ be locked */ | 210 | /* Device _must_ be locked */ |
213 | void hci_sco_setup(struct hci_conn *conn, __u8 status) | 211 | void hci_sco_setup(struct hci_conn *conn, __u8 status) |
@@ -546,7 +544,6 @@ struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, | |||
546 | 544 | ||
547 | return sco; | 545 | return sco; |
548 | } | 546 | } |
549 | EXPORT_SYMBOL(hci_connect); | ||
550 | 547 | ||
551 | /* Check link security requirement */ | 548 | /* Check link security requirement */ |
552 | int hci_conn_check_link_mode(struct hci_conn *conn) | 549 | int hci_conn_check_link_mode(struct hci_conn *conn) |
@@ -558,7 +555,6 @@ int hci_conn_check_link_mode(struct hci_conn *conn) | |||
558 | 555 | ||
559 | return 1; | 556 | return 1; |
560 | } | 557 | } |
561 | EXPORT_SYMBOL(hci_conn_check_link_mode); | ||
562 | 558 | ||
563 | /* Authenticate remote device */ | 559 | /* Authenticate remote device */ |
564 | static int hci_conn_auth(struct hci_conn *conn, __u8 sec_level, __u8 auth_type) | 560 | static int hci_conn_auth(struct hci_conn *conn, __u8 sec_level, __u8 auth_type) |
@@ -690,7 +686,6 @@ int hci_conn_change_link_key(struct hci_conn *conn) | |||
690 | 686 | ||
691 | return 0; | 687 | return 0; |
692 | } | 688 | } |
693 | EXPORT_SYMBOL(hci_conn_change_link_key); | ||
694 | 689 | ||
695 | /* Switch role */ | 690 | /* Switch role */ |
696 | int hci_conn_switch_role(struct hci_conn *conn, __u8 role) | 691 | int hci_conn_switch_role(struct hci_conn *conn, __u8 role) |
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 3431ec908c02..9c586fbdb71b 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -1227,7 +1227,6 @@ struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, __le16 ediv, u8 rand[8]) | |||
1227 | 1227 | ||
1228 | return NULL; | 1228 | return NULL; |
1229 | } | 1229 | } |
1230 | EXPORT_SYMBOL(hci_find_ltk); | ||
1231 | 1230 | ||
1232 | struct smp_ltk *hci_find_ltk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr, | 1231 | struct smp_ltk *hci_find_ltk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr, |
1233 | u8 addr_type) | 1232 | u8 addr_type) |
@@ -1241,7 +1240,6 @@ struct smp_ltk *hci_find_ltk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr, | |||
1241 | 1240 | ||
1242 | return NULL; | 1241 | return NULL; |
1243 | } | 1242 | } |
1244 | EXPORT_SYMBOL(hci_find_ltk_by_addr); | ||
1245 | 1243 | ||
1246 | int hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, int new_key, | 1244 | int hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, int new_key, |
1247 | bdaddr_t *bdaddr, u8 *val, u8 type, u8 pin_len) | 1245 | bdaddr_t *bdaddr, u8 *val, u8 type, u8 pin_len) |
@@ -2201,7 +2199,6 @@ void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags) | |||
2201 | 2199 | ||
2202 | queue_work(hdev->workqueue, &hdev->tx_work); | 2200 | queue_work(hdev->workqueue, &hdev->tx_work); |
2203 | } | 2201 | } |
2204 | EXPORT_SYMBOL(hci_send_acl); | ||
2205 | 2202 | ||
2206 | /* Send SCO data */ | 2203 | /* Send SCO data */ |
2207 | void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb) | 2204 | void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb) |
@@ -2224,7 +2221,6 @@ void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb) | |||
2224 | skb_queue_tail(&conn->data_q, skb); | 2221 | skb_queue_tail(&conn->data_q, skb); |
2225 | queue_work(hdev->workqueue, &hdev->tx_work); | 2222 | queue_work(hdev->workqueue, &hdev->tx_work); |
2226 | } | 2223 | } |
2227 | EXPORT_SYMBOL(hci_send_sco); | ||
2228 | 2224 | ||
2229 | /* ---- HCI TX task (outgoing data) ---- */ | 2225 | /* ---- HCI TX task (outgoing data) ---- */ |
2230 | 2226 | ||