Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dhci_conn.c272 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst) in hci_conn_add() function
435 le = hci_conn_add(hdev, LE_LINK, dst); in hci_connect()
448 acl = hci_conn_add(hdev, ACL_LINK, dst); in hci_connect()
467 sco = hci_conn_add(hdev, type, dst); in hci_connect()
Dhci_event.c864 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_create_conn()
1180 conn = hci_conn_add(hdev, LE_LINK, &cp->peer_addr); in hci_cs_le_create_conn()
1335 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr); in hci_conn_request_evt()
2467 conn = hci_conn_add(hdev, LE_LINK, &ev->bdaddr); in hci_le_conn_complete_evt()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h404 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);