Searched refs:hci_conn_add (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_conn.c | 490 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, in hci_conn_add() function 849 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le() 1045 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le_scan() 1087 acl = hci_conn_add(hdev, ACL_LINK, dst, HCI_ROLE_MASTER); in hci_connect_acl() 1116 sco = hci_conn_add(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco()
|
D | amp.c | 119 hcon = hci_conn_add(hdev, AMP_LINK, dst, role); in phylink_add()
|
D | hci_event.c | 1485 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn() 2269 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt() 4466 conn = hci_conn_add(hdev, LE_LINK, &ev->bdaddr, ev->role); in hci_le_conn_complete_evt()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 865 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
|