Searched refs:PA_LINK (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 787 if (conn->type == PA_LINK && in hci_le_big_terminate() 789 hci_conn_hash_list_flag(hdev, find_bis, PA_LINK, in hci_le_big_terminate() 939 case PA_LINK: in __hci_conn_add() 1027 case PA_LINK: in __hci_conn_add() 1119 case PA_LINK: in hci_conn_cleanup_child() 1223 case PA_LINK: in hci_conn_del() 2160 conn = hci_conn_add_unset(hdev, PA_LINK, dst, dst_type, HCI_ROLE_SLAVE); in hci_pa_create_sync() 3177 case PA_LINK: in hci_conn_tx_queue()
|
| H A D | hci_core.c | 2941 hci_conn_num(hdev, PA_LINK)) { in hci_recv_frame() 2947 type == PA_LINK) in hci_recv_frame() 3410 case PA_LINK: in hci_quote_sent() 3621 case PA_LINK: in __check_timeout() 3820 hci_sched_iso(hdev, PA_LINK); in hci_tx_work()
|
| H A D | iso.c | 1453 if (hcon && (hcon->type == BIS_LINK || hcon->type == PA_LINK)) { in iso_sock_getname() 2401 hcon->type != PA_LINK) { in iso_connect_cfm() 2443 hcon->type != PA_LINK) in iso_disconn_cfm()
|
| H A D | hci_sync.c | 2953 conn = hci_conn_hash_lookup_ba(hdev, PA_LINK, in hci_le_set_ext_scan_param_sync() 5570 if (conn->type == BIS_LINK || conn->type == PA_LINK) { in hci_disconnect_sync() 5639 if (conn->type == BIS_LINK || conn->type == PA_LINK) { in hci_connect_cancel_sync() 5704 if (conn->type == BIS_LINK || conn->type == PA_LINK) in hci_reject_conn_sync() 7073 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in create_pa_complete() 7361 if (conn->type != BIS_LINK && conn->type != PA_LINK) in hci_past_sync()
|
| H A D | hci_event.c | 4552 case PA_LINK: in hci_num_comp_pkts_evt() 6034 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, PA_LINK, in hci_le_past_received_evt() 6045 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_past_received_evt() 6572 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, PA_LINK, in hci_le_pa_sync_established_evt() 6583 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_pa_sync_established_evt() 6614 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, PA_LINK, &flags); in hci_le_per_adv_report_evt()
|
| H A D | mgmt.c | 3327 case PA_LINK: in link_to_bdaddr()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 1037 case PA_LINK: in hci_conn_hash_add() 1069 case PA_LINK: in hci_conn_hash_del() 1090 case PA_LINK: in hci_conn_num() 1181 if (c->type != PA_LINK) in hci_conn_hash_lookup_create_pa_sync() 1397 if (c->type != PA_LINK) in hci_conn_hash_lookup_big_sync_pend() 1467 if (c->type != PA_LINK) in hci_conn_hash_lookup_pa_sync_handle() 2101 case PA_LINK: in hci_proto_connect_ind()
|
| H A D | hci.h | 567 #define PA_LINK 0x84 macro
|