Home
last modified time | relevance | path

Searched refs:PA_LINK (Results 1 – 7 of 7) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c861 if (conn->type == PA_LINK && in hci_le_big_terminate()
863 hci_conn_hash_list_flag(hdev, find_bis, PA_LINK, in hci_le_big_terminate()
1015 case PA_LINK: in __hci_conn_add()
1103 case PA_LINK: in __hci_conn_add()
1197 case PA_LINK: in hci_conn_cleanup_child()
1301 case PA_LINK: in hci_conn_del()
2242 conn = hci_conn_add_unset(hdev, PA_LINK, dst, dst_type, HCI_ROLE_SLAVE); in hci_pa_create_sync()
3270 case PA_LINK: in hci_conn_tx_queue()
H A Dhci_core.c2906 hci_conn_num(hdev, PA_LINK)) { in hci_recv_frame()
2911 type == PA_LINK) in hci_recv_frame()
3374 case PA_LINK: in hci_quote_sent()
3585 case PA_LINK: in __check_timeout()
3784 hci_sched_iso(hdev, PA_LINK); in hci_tx_work()
H A Diso.c1549 if (hcon && (hcon->type == BIS_LINK || hcon->type == PA_LINK)) { in iso_sock_getname()
2586 hcon->type != PA_LINK) { in iso_connect_cfm()
2633 hcon->type != PA_LINK) in iso_recv()
H A Dhci_sync.c3068 conn = hci_conn_hash_lookup_ba(hdev, PA_LINK, in hci_le_set_ext_scan_param_sync()
5801 if (conn->type == BIS_LINK || conn->type == PA_LINK) { in hci_disconnect_sync()
5870 if (conn->type == BIS_LINK || conn->type == PA_LINK) { in hci_connect_cancel_sync()
5935 if (conn->type == BIS_LINK || conn->type == PA_LINK) in hci_reject_conn_sync()
7522 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in create_pa_complete()
7837 if (conn->type != BIS_LINK && conn->type != PA_LINK) in hci_past_sync()
H A Dhci_event.c4580 case PA_LINK: in hci_num_comp_pkts_evt()
6084 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, PA_LINK, in hci_le_past_received_evt()
6095 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_past_received_evt()
6622 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, PA_LINK, in hci_le_pa_sync_established_evt()
6633 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_pa_sync_established_evt()
6671 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, PA_LINK, &flags); in hci_le_per_adv_report_evt()
H A Dmgmt.c3372 case PA_LINK: in link_to_bdaddr()
/linux/include/net/bluetooth/
H A Dhci.h564 #define PA_LINK 0x84 macro