Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c1020 case LE_LINK: in __hci_conn_add()
1084 case LE_LINK: in __hci_conn_add()
1281 case LE_LINK: in hci_conn_del()
1285 if (!hci_conn_num(hdev, LE_LINK) || in hci_conn_del()
1291 if ((!hci_conn_num(hdev, LE_LINK) && in hci_conn_del()
1406 case LE_LINK: in hci_conn_failed()
1510 conn = hci_conn_add_unset(hdev, LE_LINK, dst, dst_type, role); in hci_connect_le()
1732 conn = hci_conn_add_unset(hdev, LE_LINK, dst, dst_type, in hci_connect_le_scan()
2588 if (conn->type == LE_LINK) in hci_conn_security()
3039 case LE_LINK in hci_conn_get_phy()
[all...]
H A Dl2cap_core.c65 if (link_type == LE_LINK) { in bdaddr_type()
243 if (conn->hcon->type == LE_LINK) in l2cap_alloc_cid()
862 else if (conn->hcon->type == LE_LINK) { in l2cap_chan_close()
947 if (conn->hcon->type == LE_LINK) in l2cap_chan_check_security()
962 if (conn->hcon->type == LE_LINK) in l2cap_get_ident()
1017 conn->hcon->type == LE_LINK) in l2cap_send_cmd()
1040 if (hcon->type == LE_LINK || in l2cap_do_send()
1434 if (chan->conn->hcon->type == LE_LINK) { in l2cap_start_connection()
1485 if (conn->hcon->type == LE_LINK) { in l2cap_do_start()
1672 if (hcon->type == LE_LINK) { in l2cap_conn_ready()
[all …]
H A Dhci_event.c1793 mgmt_device_found(hdev, &d->last_adv_addr, LE_LINK, in le_set_scan_enable_complete()
2760 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect()
3467 if (conn->type == LE_LINK) { in hci_disconn_complete_evt()
3503 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt()
3645 conn->type == LE_LINK) in hci_encrypt_change_evt()
3656 if (ev->status && conn->type == LE_LINK) { in hci_encrypt_change_evt()
3704 (conn->type == LE_LINK && (hdev->le_features[0] & HCI_LE_PING)))) { in hci_encrypt_change_evt()
4558 case LE_LINK: in hci_num_comp_pkts_evt()
5242 if (conn->type != LE_LINK) in hci_key_refresh_complete_evt()
5781 conn = hci_conn_hash_lookup_role(hdev, LE_LINK, rol in le_conn_complete_evt()
[all...]
H A Dhci_core.c1117 if (conn->type == LE_LINK) in hci_persistent_key()
3369 case LE_LINK: in hci_quote_sent()
3577 case LE_LINK: in __check_timeout()
3702 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
3707 __check_timeout(hdev, *cnt, LE_LINK); in hci_sched_le()
3710 while (*cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
3736 hci_prio_recalculate(hdev, LE_LINK); in hci_sched_le()
H A Dmgmt.c3373 case LE_LINK: in link_to_bdaddr()
5223 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected()
6647 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
7503 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info_sync()
7565 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info()
9929 ev.key.addr.type = link_to_bdaddr(LE_LINK, key->bdaddr_type); in mgmt_new_ltk()
9958 ev.irk.addr.type = link_to_bdaddr(LE_LINK, irk->addr_type); in mgmt_new_irk()
9987 ev.key.addr.type = link_to_bdaddr(LE_LINK, csrk->bdaddr_type); in mgmt_new_csrk()
10005 ev.addr.type = link_to_bdaddr(LE_LINK, bdaddr_type); in mgmt_new_conn_param()
10124 link_type != LE_LINK in mgmt_device_disconnected()
[all...]
H A D6lowpan.c618 if (hcon->type != LE_LINK) in is_bt_6lowpan()
H A Dhci_sync.c975 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed()
995 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
5851 if (conn->type == LE_LINK) in hci_connect_cancel_sync()
7407 case LE_LINK: in hci_le_conn_update_sync()
H A Dsmp.c1044 if (hcon->type == LE_LINK) { in smp_notify_keys()
1245 if (hcon->type == LE_LINK && (*keydist & SMP_DIST_LINK_KEY)) in smp_distribute_keys()
H A Diso.c2587 if (hcon->type != LE_LINK) in iso_connect_cfm()
/linux/include/net/bluetooth/
H A Dhci.h561 #define LE_LINK 0x80 macro