Home
last modified time | relevance | path

Searched refs:ISO_MAX_NUM_BIS (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/bluetooth/
H A Diso.h13 #define ISO_MAX_NUM_BIS 0x1f macro
21 __u8 bc_bis[ISO_MAX_NUM_BIS];
/linux/net/bluetooth/
H A Diso.c68 __u8 bc_bis[ISO_MAX_NUM_BIS];
991 if (sa->iso_bc->bc_num_bis > ISO_MAX_NUM_BIS) in iso_sock_bind_bc()
1016 if (sa->iso_bc->bc_num_bis > ISO_MAX_NUM_BIS) { in iso_sock_rebind_bis()
1456 ISO_MAX_NUM_BIS); in iso_sock_getname()
2153 ISO_MAX_NUM_BIS); in iso_conn_ready()
H A Dhci_conn.c2170 if (num_bis < 0x01 || num_bis > ISO_MAX_NUM_BIS) in hci_conn_big_create_sync()