Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h978 case LE_LINK: in hci_conn_hash_add()
1004 case LE_LINK: in hci_conn_hash_del()
1025 case LE_LINK: in hci_conn_num()
1179 if (c->type != LE_LINK) in hci_conn_hash_lookup_le()
1416 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect()
1437 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_is_le_conn_scanning()
1558 case LE_LINK: in hci_conn_drop()
1940 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
H A Dhci.h520 #define LE_LINK 0x80 macro
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c902 case LE_LINK: in __hci_conn_add()
955 case LE_LINK: in __hci_conn_add()
1122 } else if (conn->type == LE_LINK) { in hci_conn_del()
1235 case LE_LINK: in hci_conn_failed()
1339 conn = hci_conn_add_unset(hdev, LE_LINK, dst, role); in hci_connect_le()
1546 conn = hci_conn_add_unset(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan()
2381 if (conn->type == LE_LINK) in hci_conn_security()
2832 case LE_LINK: in hci_conn_get_phy()
H A Dhci_event.c1739 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in le_set_scan_enable_complete()
2733 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect()
3400 if (conn->type == LE_LINK) { in hci_disconn_complete_evt()
3436 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt()
3578 conn->type == LE_LINK) in hci_encrypt_change_evt()
3589 if (ev->status && conn->type == LE_LINK) { in hci_encrypt_change_evt()
3654 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
4434 case LE_LINK: in hci_num_comp_pkts_evt()
5121 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt()
5638 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, bdadd in le_conn_complete_evt()
[all...]
H A Dl2cap_core.c68 if (link_type == LE_LINK) { in bdaddr_type()
246 if (conn->hcon->type == LE_LINK) in l2cap_alloc_cid()
832 else if (conn->hcon->type == LE_LINK) { in l2cap_chan_close()
917 if (conn->hcon->type == LE_LINK) in l2cap_chan_check_security()
972 conn->hcon->type == LE_LINK) in l2cap_send_cmd()
995 if (hcon->type == LE_LINK || in l2cap_do_send()
1389 if (chan->conn->hcon->type == LE_LINK) {
1439 if (conn->hcon->type == LE_LINK) { in l2cap_do_start()
1626 if (hcon->type == LE_LINK) { in l2cap_conn_ready()
1640 if (hcon->type == LE_LINK) in l2cap_conn_ready()
[all...]
H A Dhci_core.c1129 if (conn->type == LE_LINK) in hci_persistent_key()
3322 case LE_LINK: in hci_quote_sent()
3523 case LE_LINK: in __check_timeout()
3647 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
3652 __check_timeout(hdev, *cnt, LE_LINK); in hci_sched_le()
3655 while (*cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
3681 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_iso()
H A Dmgmt.c3154 case LE_LINK: in link_to_bdaddr()
6448 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
7295 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info_sync()
7353 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info()
7532 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected()
9576 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk()
9605 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk()
9634 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk()
9652 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param()
9752 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected()
[all …]
H A Diso.c1935 if (hcon->type != LE_LINK) in iso_match()
H A D6lowpan.c607 if (hcon->type != LE_LINK) in is_bt_6lowpan()
H A Dhci_sync.c991 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed()
1011 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
5470 if (conn->type == LE_LINK) in hci_connect_cancel_sync()
6873 case LE_LINK: in hci_cancel_connect_sync()
H A Dsmp.c1070 if (hcon->type == LE_LINK) { in smp_notify_keys()
1271 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()