Searched refs:hci_connect (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/net/bluetooth/ ! |
D | hci_conn.c | 423 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);
|
D | sco.c | 198 hcon = hci_connect(hdev, type, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING); in sco_connect()
|
D | mgmt.c | 1169 conn = hci_connect(hdev, ACL_LINK, &cp->bdaddr, sec_level, auth_type); in pair_device()
|
D | l2cap_core.c | 858 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/ ! |
D | hci_core.h | 409 struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 sec_level, __u8 au…
|