Home
last modified time | relevance | path

Searched refs:hci_connect (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/net/bluetooth/ !
Dhci_conn.c423 struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 sec_level, __u8 au… in hci_connect() function
495 EXPORT_SYMBOL(hci_connect);
Dsco.c198 hcon = hci_connect(hdev, type, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING); in sco_connect()
Dmgmt.c1169 conn = hci_connect(hdev, ACL_LINK, &cp->bdaddr, sec_level, auth_type); in pair_device()
Dl2cap_core.c858 hcon = hci_connect(hdev, LE_LINK, dst, in l2cap_do_connect()
861 hcon = hci_connect(hdev, ACL_LINK, dst, in l2cap_do_connect()
/linux-2.6.39/include/net/bluetooth/ !
Dhci_core.h409 struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 sec_level, __u8 au…