Lines Matching refs:bt_iso_big

92 struct bt_iso_big bigs[CONFIG_BT_ISO_MAX_BIG];
94 static struct bt_iso_big *lookup_big_by_handle(uint8_t big_handle);
370 struct bt_iso_big *big; in bt_iso_connected()
2671 static struct bt_iso_big *lookup_big_by_handle(uint8_t big_handle) in lookup_big_by_handle()
2676 static struct bt_iso_big *get_free_big(void) in get_free_big()
2695 static struct bt_iso_big *big_lookup_flag(int bit) in big_lookup_flag()
2708 static void cleanup_big(struct bt_iso_big *big) in cleanup_big()
2724 static void big_disconnect(struct bt_iso_big *big, uint8_t reason) in big_disconnect()
2745 static int big_init_bis(struct bt_iso_big *big, struct bt_iso_chan **bis_channels, uint8_t num_bis, in big_init_bis()
2793 static int hci_le_create_big(struct bt_le_ext_adv *padv, struct bt_iso_big *big, in hci_le_create_big()
2853 static int hci_le_create_big_test(const struct bt_le_ext_adv *padv, struct bt_iso_big *big, in hci_le_create_big_test()
3047 struct bt_iso_big **out_big) in bt_iso_big_create()
3050 struct bt_iso_big *big; in bt_iso_big_create()
3141 struct bt_iso_big *big; in hci_le_big_complete()
3196 struct bt_iso_big *big; in hci_le_big_terminate()
3212 static int hci_le_terminate_big(struct bt_iso_big *big) in hci_le_terminate_big()
3229 static int hci_le_big_sync_term(struct bt_iso_big *big) in hci_le_big_sync_term()
3259 int bt_iso_big_terminate(struct bt_iso_big *big) in bt_iso_big_terminate()
3332 struct bt_iso_big *big; in hci_le_big_sync_established()
3386 struct bt_iso_big *big; in hci_le_big_sync_lost()
3401 static int hci_le_big_create_sync(const struct bt_le_per_adv_sync *sync, struct bt_iso_big *big, in hci_le_big_create_sync()
3451 struct bt_iso_big **out_big) in bt_iso_big_sync()
3455 struct bt_iso_big *big; in bt_iso_big_sync()
3587 struct bt_iso_big *big = &bigs[i]; in bt_iso_reset()