Searched refs:ACL_LINK (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_event.c304 conn = conn_hash_lookup_ba(hdev, ACL_LINK, &cc->bdaddr);
317 conn = hci_conn_add(hdev, ACL_LINK, &cc->bdaddr);
518 if (conn->type == ACL_LINK && hdev->link_policy) {
530 cp.pkt_type = (conn->type == ACL_LINK) ?
540 if (conn->type == ACL_LINK) {
639 conn = conn_hash_lookup_ba(hdev, ACL_LINK, &rc->bdaddr);
H A Dhci_conn.c260 if (!(acl = conn_hash_lookup_ba(hdev, ACL_LINK, dst))) {
261 if (!(acl = hci_conn_add(hdev, ACL_LINK, dst)))
H A Dhci_core.c1142 int cnt = (type == ACL_LINK ? hdev->acl_cnt : hdev->sco_cnt);
1163 if (c->type == ACL_LINK && c->sent) {
1184 while (hdev->acl_cnt && (conn = hci_low_sent(hdev, ACL_LINK, &quote))) {
H A Dl2cap.c199 hcon = hci_connect(hdev, ACL_LINK, dst);
1775 if (type != ACL_LINK)
1801 if (hcon->type != ACL_LINK)
1820 if (hcon->type != ACL_LINK)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dhci.h123 #define ACL_LINK 0x01 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dhci.h123 #define ACL_LINK 0x01 macro

Completed in 103 milliseconds