aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 605a35b284fe..4e26c2585817 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -1644,18 +1644,6 @@ static u8 link_to_bdaddr(u8 link_type, u8 addr_type)
1644 } 1644 }
1645} 1645}
1646 1646
1647static u8 bdaddr_to_le(u8 bdaddr_type)
1648{
1649 switch (bdaddr_type) {
1650 case BDADDR_LE_PUBLIC:
1651 return ADDR_LE_DEV_PUBLIC;
1652
1653 default:
1654 /* Fallback to LE Random address type */
1655 return ADDR_LE_DEV_RANDOM;
1656 }
1657}
1658
1659static int get_connections(struct sock *sk, struct hci_dev *hdev, void *data, 1647static int get_connections(struct sock *sk, struct hci_dev *hdev, void *data,
1660 u16 data_len) 1648 u16 data_len)
1661{ 1649{