Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h702 case LE_LINK: in hci_conn_hash_add()
728 case LE_LINK: in hci_conn_hash_del()
748 case LE_LINK: in hci_conn_num()
834 if (c->type != LE_LINK) in hci_conn_hash_lookup_le()
876 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect()
972 case LE_LINK: in hci_conn_drop()
1214 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
Dhci.h347 #define LE_LINK 0x80 macro
/Linux-v4.19/net/bluetooth/
Dhci_conn.c417 if (conn->state == BT_CONNECT && conn->type == LE_LINK && in hci_conn_timeout()
530 case LE_LINK: in hci_conn_add()
586 } else if (conn->type == LE_LINK) { in hci_conn_del()
1002 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le()
1164 conn = hci_conn_add(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan()
1339 if (conn->type == LE_LINK) in hci_conn_security()
Dl2cap_core.c69 if (link_type == LE_LINK) { in bdaddr_type()
248 if (conn->hcon->type == LE_LINK) in l2cap_alloc_cid()
745 else if (conn->hcon->type == LE_LINK) in l2cap_chan_close()
821 if (conn->hcon->type == LE_LINK) in l2cap_chan_check_security()
866 conn->hcon->type == LE_LINK) in l2cap_send_cmd()
904 if (hcon->type == LE_LINK || in l2cap_do_send()
1318 } else if (chan->conn->hcon->type == LE_LINK) { in l2cap_start_connection()
1347 if (conn->hcon->type == LE_LINK) { in l2cap_do_start()
1540 if (hcon->type == LE_LINK) { in l2cap_conn_ready()
1554 if (hcon->type == LE_LINK) in l2cap_conn_ready()
[all …]
Dhci_event.c1259 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in le_set_scan_enable_complete()
2672 if (type == LE_LINK) in hci_disconn_complete_evt()
2872 conn->type == LE_LINK) in hci_encrypt_change_evt()
2883 if (ev->status && conn->type == LE_LINK) { in hci_encrypt_change_evt()
3541 case LE_LINK: in hci_num_comp_pkts_evt()
4196 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt()
4789 conn = hci_conn_add(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
5211 mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL, in process_adv_report()
5251 mgmt_device_found(hdev, bdaddr, LE_LINK, bdaddr_type, NULL, in process_adv_report()
5267 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in process_adv_report()
[all …]
Dhci_core.c2287 if (conn->type == LE_LINK) in hci_persistent_key()
3726 case LE_LINK: in hci_low_sent()
3832 case LE_LINK: in hci_chan_sent()
4084 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
4092 hci_link_tx_to(hdev, LE_LINK); in hci_sched_le()
4097 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
4124 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_le()
Dhci_request.c1012 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed()
1030 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) { in is_advertising_allowed()
2174 if (conn->type == LE_LINK) { in __hci_abort_conn()
2264 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in bg_scan_update()
Dmgmt.c2571 case LE_LINK: in link_to_bdaddr()
4337 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
5295 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info()
5531 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected()
7154 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk()
7183 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk()
7212 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk()
7230 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param()
7334 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected()
7843 if (link_type == LE_LINK && list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
D6lowpan.c633 if (hcon->type != LE_LINK) in is_bt_6lowpan()
Dsmp.c1078 if (hcon->type == LE_LINK) { in smp_notify_keys()
1273 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()