Home
last modified time | relevance | path

Searched refs:hci_conn_add (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/bluetooth/
Dhci_conn.c149 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()
Dhci_event.c330 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/
Dhci_core.h266 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);