Searched refs:hci_conn_add (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_conn.c | 679 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, in hci_conn_add() function 1232 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le() 1397 conn = hci_conn_add(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan() 1436 acl = hci_conn_add(hdev, ACL_LINK, dst, HCI_ROLE_MASTER); in hci_connect_acl() 1467 sco = hci_conn_add(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco()
|
| A D | amp.c | 112 hcon = hci_conn_add(hdev, AMP_LINK, dst, role); in phylink_add()
|
| A D | hci_event.c | 1945 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn() 2716 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr, in hci_conn_complete_evt() 2864 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt() 5291 conn = hci_conn_add(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
|
| /linux/include/net/bluetooth/ |
| A D | hci_core.h | 1105 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
|
Completed in 24 milliseconds