Searched refs:BIS_LINK (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 1034 case BIS_LINK: in hci_conn_hash_add() 1066 case BIS_LINK: in hci_conn_hash_del() 1088 case BIS_LINK: in hci_conn_num() 1159 if (bacmp(&c->dst, ba) || c->type != BIS_LINK) in hci_conn_hash_lookup_bis() 1207 if (bacmp(&c->dst, ba) || c->type != BIS_LINK || in hci_conn_hash_lookup_per_adv_bis() 1373 if (c->type != BIS_LINK) in hci_conn_hash_lookup_big() 1421 if (c->type != BIS_LINK || c->state != state || c->role != role) in hci_conn_hash_lookup_big_state() 1444 if (c->type != BIS_LINK || in hci_conn_hash_lookup_pa_sync_big_handle() 2100 case BIS_LINK: in hci_proto_connect_ind()
|
| H A D | hci.h | 566 #define BIS_LINK 0x83 macro
|
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 799 hci_conn_hash_list_flag(hdev, find_bis, BIS_LINK, in hci_le_big_terminate() 938 case BIS_LINK: in __hci_conn_add() 1028 case BIS_LINK: in __hci_conn_add() 1118 case BIS_LINK: in hci_conn_cleanup_child() 1222 case BIS_LINK: in hci_conn_del() 1607 conn = hci_conn_add_unset(hdev, BIS_LINK, dst, 0, HCI_ROLE_MASTER); in hci_add_bis() 1818 hci_conn_hash_list_state(hdev, bis_list, BIS_LINK, in hci_le_create_big() 2335 hci_conn_hash_list_state(hdev, bis_mark_per_adv, BIS_LINK, in hci_connect_bis() 3176 case BIS_LINK: in hci_conn_tx_queue()
|
| H A D | iso.c | 1453 if (hcon && (hcon->type == BIS_LINK || hcon->type == PA_LINK)) { in iso_sock_getname() 2046 if (conn->hcon->type == BIS_LINK && in iso_conn_ready() 2400 if (hcon->type != CIS_LINK && hcon->type != BIS_LINK && in iso_connect_cfm() 2442 if (hcon->type != CIS_LINK && hcon->type != BIS_LINK && in iso_disconn_cfm()
|
| H A D | hci_core.c | 2940 hci_conn_num(hdev, BIS_LINK) || in hci_recv_frame() 2946 if (type == CIS_LINK || type == BIS_LINK || in hci_recv_frame() 3409 case BIS_LINK: in hci_quote_sent() 3620 case BIS_LINK: in __check_timeout() 3819 hci_sched_iso(hdev, BIS_LINK); in hci_tx_work()
|
| H A D | hci_sync.c | 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() 7361 if (conn->type != BIS_LINK && conn->type != PA_LINK) in hci_past_sync()
|
| H A D | hci_event.c | 4551 case BIS_LINK: in hci_num_comp_pkts_evt() 7176 bis = hci_conn_add(hdev, BIS_LINK, BDADDR_ANY, 0, in hci_le_big_sync_established_evt() 7266 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, BIS_LINK, &flags); in hci_le_big_info_adv_report_evt()
|
| H A D | mgmt.c | 3326 case BIS_LINK: in link_to_bdaddr() 9854 link_type != BIS_LINK) in mgmt_device_disconnected()
|