Home
last modified time | relevance | path

Searched refs:LE_LINK (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/net/bluetooth/
Dhci_conn.c246 else if (conn->type == LE_LINK) in hci_conn_timeout()
351 } else if (conn->type == LE_LINK) { in hci_conn_del()
431 if (type == LE_LINK) { in hci_connect()
432 le = hci_conn_hash_lookup_ba(hdev, LE_LINK, dst); in hci_connect()
435 le = hci_conn_add(hdev, LE_LINK, dst); in hci_connect()
Dl2cap_core.c184 if (conn->hcon->type == LE_LINK) { in __l2cap_chan_add()
675 if (!conn->hcon->out && conn->hcon->type == LE_LINK) in l2cap_conn_ready()
683 if (conn->hcon->type == LE_LINK) { in l2cap_conn_ready()
747 if (hcon->hdev->le_mtu && hcon->type == LE_LINK) in l2cap_conn_add()
760 if (hcon->type != LE_LINK) in l2cap_conn_add()
858 hcon = hci_connect(hdev, LE_LINK, dst, in l2cap_do_connect()
1436 if (conn->hcon->type == LE_LINK) in l2cap_build_cmd()
2669 if (conn->hcon->type == LE_LINK) in l2cap_sig_channel()
3727 if (!(hcon->type == ACL_LINK || hcon->type == LE_LINK)) in l2cap_connect_cfm()
3756 if (!(hcon->type == ACL_LINK || hcon->type == LE_LINK)) in l2cap_disconn_cfm()
Dhci_event.c1167 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->peer_addr); in hci_cs_le_create_conn()
1180 conn = hci_conn_add(hdev, LE_LINK, &cp->peer_addr); in hci_cs_le_create_conn()
1917 } else if (conn->type == LE_LINK) { in hci_num_comp_pkts_evt()
2465 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &ev->bdaddr); in hci_le_conn_complete_evt()
2467 conn = hci_conn_add(hdev, LE_LINK, &ev->bdaddr); in hci_le_conn_complete_evt()
Dhci_core.c1717 case LE_LINK: in hci_low_sent()
1837 hci_link_tx_to(hdev, LE_LINK); in hci_sched_le()
1841 while (cnt && (conn = hci_low_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h325 case LE_LINK: in hci_conn_hash_add()
343 case LE_LINK: in hci_conn_hash_del()
Dhci.h175 #define LE_LINK 0x80 macro