Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_conn.c659 if (conn->state == BT_CONNECT && conn->type == LE_LINK && in hci_conn_timeout()
997 case LE_LINK: in hci_conn_add()
1071 } else if (conn->type == LE_LINK) { in hci_conn_del()
1217 case LE_LINK: in hci_conn_failed()
1318 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le()
1530 conn = hci_conn_add(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan()
1934 case LE_LINK: in hci_le_create_cis()
2300 if (conn->type == LE_LINK) in hci_conn_security()
2755 case LE_LINK: in hci_conn_get_phy()
2807 if (conn->type == LE_LINK) { in hci_abort_conn()
Dl2cap_core.c70 if (link_type == LE_LINK) { in bdaddr_type()
270 if (conn->hcon->type == LE_LINK) in l2cap_alloc_cid()
842 else if (conn->hcon->type == LE_LINK) { in l2cap_chan_close()
927 if (conn->hcon->type == LE_LINK) in l2cap_chan_check_security()
972 conn->hcon->type == LE_LINK) in l2cap_send_cmd()
1010 if (hcon->type == LE_LINK || in l2cap_do_send()
1514 } else if (chan->conn->hcon->type == LE_LINK) { in l2cap_start_connection()
1564 if (conn->hcon->type == LE_LINK) { in l2cap_do_start()
1765 if (hcon->type == LE_LINK) { in l2cap_conn_ready()
1779 if (hcon->type == LE_LINK) in l2cap_conn_ready()
[all …]
Dhci_event.c1771 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in le_set_scan_enable_complete()
2782 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect()
3458 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt()
3609 conn->type == LE_LINK) in hci_encrypt_change_evt()
3620 if (ev->status && conn->type == LE_LINK) { in hci_encrypt_change_evt()
3678 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
4399 case LE_LINK: in hci_num_comp_pkts_evt()
5151 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt()
5812 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, bdaddr); in le_conn_complete_evt()
5820 conn = hci_conn_add(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
[all …]
Dhci_core.c1178 if (conn->type == LE_LINK) in hci_persistent_key()
3302 case LE_LINK: in hci_quote_sent()
3504 case LE_LINK: in __check_timeout()
3694 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
3699 __check_timeout(hdev, cnt, LE_LINK); in hci_sched_le()
3702 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
3733 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_le()
Dmgmt.c3162 case LE_LINK: in link_to_bdaddr()
6455 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
7306 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info_sync()
7364 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info()
7544 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected()
9574 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk()
9603 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk()
9632 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk()
9650 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param()
9764 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected()
[all …]
Dhci_request.c641 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_is_le_conn_scanning()
D6lowpan.c607 if (hcon->type != LE_LINK) in is_bt_6lowpan()
Dhci_sync.c784 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed()
804 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
2516 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_is_le_conn_scanning()
5074 if (conn->type == LE_LINK) in hci_connect_cancel_sync()
Diso.c1583 if (hcon->type != LE_LINK) in iso_connect_cfm()
Dsmp.c1067 if (hcon->type == LE_LINK) { in smp_notify_keys()
1262 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h988 case LE_LINK: in hci_conn_hash_add()
1017 case LE_LINK: in hci_conn_hash_del()
1040 case LE_LINK: in hci_conn_num()
1151 if (c->type != LE_LINK) in hci_conn_hash_lookup_le()
1284 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect()
1395 case LE_LINK: in hci_conn_drop()
1750 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
Dhci.h476 #define LE_LINK 0x80 macro