Searched refs:num_bis (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 1890 cp.num_bis = data.count; in hci_le_create_big() 2248 __u8 num_bis, __u8 bis[]) in hci_conn_big_create_sync() argument 2252 if (num_bis < 0x01 || num_bis > ISO_MAX_NUM_BIS) in hci_conn_big_create_sync() 2263 hcon->num_bis = num_bis; in hci_conn_big_create_sync() 2264 memcpy(hcon->bis, bis, num_bis); in hci_conn_big_create_sync()
|
| H A D | hci_event.c | 7106 flex_array_size(ev, bis_handle, ev->num_bis))) in hci_le_create_big_complete_evt() 7121 if (ev->num_bis <= i) { in hci_le_create_big_complete_evt() 7177 flex_array_size(ev, bis, ev->num_bis))) in hci_le_big_sync_established_evt() 7183 ev->num_bis); in hci_le_big_sync_established_evt() 7193 conn->num_bis = 0; in hci_le_big_sync_established_evt() 7196 for (i = 0; i < ev->num_bis; i++) { in hci_le_big_sync_established_evt() 7238 for (i = 0; i < ev->num_bis; i++) { in hci_le_big_sync_established_evt()
|
| H A D | hci_sync.c | 7247 DEFINE_FLEX(struct hci_cp_le_big_create_sync, cp, bis, num_bis, in hci_le_big_create_sync() 7265 cp->num_bis = conn->num_bis; in hci_le_big_create_sync() 7266 memcpy(cp->bis, conn->bis, conn->num_bis); in hci_le_big_create_sync() 7281 struct_size(cp, bis, cp->num_bis), cp, in hci_le_big_create_sync()
|
| H A D | iso.c | 2311 if (ev2->num_bis < iso_pi(sk)->bc_num_bis) in iso_connect_ind() 2312 iso_pi(sk)->bc_num_bis = ev2->num_bis; in iso_connect_ind()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 741 __u8 num_bis; member 1389 __u8 handle, __u8 num_bis) in hci_conn_hash_lookup_big_sync_pend() argument 1400 if (handle == c->iso_qos.bcast.big && num_bis == c->num_bis) { in hci_conn_hash_lookup_big_sync_pend() 1620 __u8 num_bis, __u8 bis[]);
|