Home
last modified time | relevance | path

Searched refs:num_bis (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci.h2226 __u8 num_bis; member
2244 __u8 num_bis; member
2245 __u8 bis[] __counted_by(num_bis);
3174 __u8 num_bis; member
3189 __u8 num_bis; member
3202 __u8 num_bis; member
H A Dhci_core.h746 __u8 num_bis; member
1405 __u8 handle, __u8 num_bis) in hci_conn_hash_lookup_big_sync_pend() argument
1416 if (handle == c->iso_qos.bcast.big && num_bis == c->num_bis) { in hci_conn_hash_lookup_big_sync_pend()
1636 __u8 num_bis, __u8 bis[]);
/linux/net/bluetooth/
H A Dhci_conn.c1901 cp.num_bis = data.count; in hci_le_create_big()
2259 __u8 num_bis, __u8 bis[]) in hci_conn_big_create_sync() argument
2263 if (num_bis < 0x01 || num_bis > ISO_MAX_NUM_BIS) in hci_conn_big_create_sync()
2274 hcon->num_bis = num_bis; in hci_conn_big_create_sync()
2275 memcpy(hcon->bis, bis, num_bis); in hci_conn_big_create_sync()
H A Dhci_event.c7155 flex_array_size(ev, bis_handle, ev->num_bis))) in hci_le_create_big_complete_evt()
7170 if (ev->num_bis <= i) { in hci_le_create_big_complete_evt()
7226 flex_array_size(ev, bis, ev->num_bis))) in hci_le_big_sync_established_evt()
7232 ev->num_bis); in hci_le_big_sync_established_evt()
7242 conn->num_bis = 0; in hci_le_big_sync_established_evt()
7245 for (i = 0; i < ev->num_bis; i++) { in hci_le_big_sync_established_evt()
7287 for (i = 0; i < ev->num_bis; i++) { in hci_le_big_sync_established_evt()
H A Dhci_sync.c7700 DEFINE_FLEX(struct hci_cp_le_big_create_sync, cp, bis, num_bis, in hci_le_big_create_sync()
7718 cp->num_bis = conn->num_bis; in hci_le_big_create_sync()
7719 memcpy(cp->bis, conn->bis, conn->num_bis); in hci_le_big_create_sync()
7734 struct_size(cp, bis, cp->num_bis), cp, in hci_le_big_create_sync()
H A Diso.c2471 if (ev2->num_bis < iso_pi(sk)->bc_num_bis) in iso_connect_ind()
2472 iso_pi(sk)->bc_num_bis = ev2->num_bis; in iso_connect_ind()