Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c787 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()
1021 case PA_LINK: in __hci_conn_add()
1113 case PA_LINK: in hci_conn_cleanup_child()
1217 case PA_LINK: in hci_conn_del()
2148 conn = hci_conn_add_unset(hdev, PA_LINK, dst, dst_type, HCI_ROLE_SLAVE); in hci_pa_create_sync()
3059 case PA_LINK: in hci_conn_tx_queue()
H A Dhci_core.c2940 hci_conn_num(hdev, PA_LINK)) { in hci_recv_frame()
2946 type == PA_LINK) in hci_recv_frame()
3409 case PA_LINK: in hci_quote_sent()
3620 case PA_LINK: in __check_timeout()
3819 hci_sched_iso(hdev, PA_LINK); in hci_tx_work()
H A Diso.c1452 if (hcon && (hcon->type == BIS_LINK || hcon->type == PA_LINK)) { in iso_sock_getname()
2400 hcon->type != PA_LINK) { in iso_connect_cfm()
2442 hcon->type != PA_LINK) in iso_disconn_cfm()
H A Dhci_sync.c2946 conn = hci_conn_hash_lookup_ba(hdev, PA_LINK, in hci_le_set_ext_scan_param_sync()
5528 if (conn->type == BIS_LINK || conn->type == PA_LINK) { in hci_disconnect_sync()
5597 if (conn->type == BIS_LINK || conn->type == PA_LINK) { in hci_connect_cancel_sync()
5662 if (conn->type == BIS_LINK || conn->type == PA_LINK) in hci_reject_conn_sync()
7027 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in create_pa_complete()
7308 if (conn->type != BIS_LINK && conn->type != PA_LINK) in hci_past_sync()
H A Dhci_event.c4517 case PA_LINK: in hci_num_comp_pkts_evt()
5996 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, PA_LINK, in hci_le_past_received_evt()
6007 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_past_received_evt()
6529 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, PA_LINK, in hci_le_pa_sync_established_evt()
6540 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_pa_sync_established_evt()
6571 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, PA_LINK, &flags); in hci_le_per_adv_report_evt()
H A Dmgmt.c3314 case PA_LINK: in link_to_bdaddr()
/linux/include/net/bluetooth/
H A Dhci_core.h1035 case PA_LINK: in hci_conn_hash_add()
1067 case PA_LINK: in hci_conn_hash_del()
1088 case PA_LINK: in hci_conn_num()
1179 if (c->type != PA_LINK) in hci_conn_hash_lookup_create_pa_sync()
1395 if (c->type != PA_LINK) in hci_conn_hash_lookup_big_sync_pend()
1465 if (c->type != PA_LINK) in hci_conn_hash_lookup_pa_sync_handle()
2093 case PA_LINK: in hci_proto_connect_ind()
H A Dhci.h567 #define PA_LINK 0x84 macro