Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c873 hci_conn_hash_list_flag(hdev, find_bis, BIS_LINK, in hci_le_big_terminate()
1014 case BIS_LINK: in __hci_conn_add()
1104 case BIS_LINK: in __hci_conn_add()
1196 case BIS_LINK: in hci_conn_cleanup_child()
1300 case BIS_LINK: in hci_conn_del()
1686 conn = hci_conn_add_unset(hdev, BIS_LINK, dst, 0, HCI_ROLE_MASTER); in hci_add_bis()
1897 hci_conn_hash_list_state(hdev, bis_list, BIS_LINK, in hci_le_create_big()
2430 hci_conn_hash_list_state(hdev, bis_mark_per_adv, BIS_LINK, in hci_connect_bis()
3269 case BIS_LINK: in hci_conn_tx_queue()
H A Diso.c1549 if (hcon && (hcon->type == BIS_LINK || hcon->type == PA_LINK)) { in iso_sock_getname()
2204 if (conn->hcon->type == BIS_LINK && in iso_conn_ready()
2585 if (hcon->type != CIS_LINK && hcon->type != BIS_LINK && in iso_connect_cfm()
2632 if (hcon->type != CIS_LINK && hcon->type != BIS_LINK &&
H A Dhci_core.c2905 hci_conn_num(hdev, BIS_LINK) || in hci_recv_frame()
2910 if (type == CIS_LINK || type == BIS_LINK || in hci_recv_frame()
3373 case BIS_LINK: in hci_quote_sent()
3584 case BIS_LINK: in __check_timeout()
3783 hci_sched_iso(hdev, BIS_LINK); in hci_tx_work()
H A Dhci_sync.c5801 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()
7837 if (conn->type != BIS_LINK && conn->type != PA_LINK) in hci_past_sync()
H A Dhci_event.c4579 case BIS_LINK: in hci_num_comp_pkts_evt()
7256 bis = hci_conn_add(hdev, BIS_LINK, BDADDR_ANY, 0, in hci_le_big_sync_established_evt()
7346 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, BIS_LINK, &flags); in hci_le_big_info_adv_report_evt()
H A Dmgmt.c3371 case BIS_LINK: in link_to_bdaddr()
10125 link_type != BIS_LINK) in mgmt_device_disconnected()
/linux/include/net/bluetooth/
H A Dhci.h563 #define BIS_LINK 0x83 macro