Searched refs:hci_conn_add (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/bluetooth/ |
D | hci_conn.c | 149 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst) in hci_conn_add() function 262 if (!(acl = hci_conn_add(hdev, ACL_LINK, dst))) in hci_connect() 275 if (!(sco = hci_conn_add(hdev, SCO_LINK, dst))) { in hci_connect()
|
D | hci_event.c | 330 conn = hci_conn_add(hdev, ACL_LINK, &cc->bdaddr); in hci_cs_create_conn() 497 if (!(conn = hci_conn_add(hdev, cr->link_type, &cr->bdaddr))) { in hci_conn_request_evt()
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | hci_core.h | 266 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);
|