hci.h (8d72db10bf410a121f4c1319d7fc68c804f60e8e) hci.h (a3a7e5859d7b63b51f4c51988e04e2ff3313f516)
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 954 unchanged lines hidden (view full) ---

963 uint8_t iso_packets_to_queue;
964
965 // list of iso streams
966 btstack_linked_list_t iso_streams;
967
968 // list of BIGs and BIG Syncs
969 btstack_linked_list_t le_audio_bigs;
970 btstack_linked_list_t le_audio_big_syncs;
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 954 unchanged lines hidden (view full) ---

963 uint8_t iso_packets_to_queue;
964
965 // list of iso streams
966 btstack_linked_list_t iso_streams;
967
968 // list of BIGs and BIG Syncs
969 btstack_linked_list_t le_audio_bigs;
970 btstack_linked_list_t le_audio_big_syncs;
971
972 // list of CIGs
973 btstack_linked_list_t le_audio_cigs;
971#endif
972
973 // basic configuration
974 const char * local_name;
975 const uint8_t * eir_data;
976 uint32_t class_of_device;
977 bd_addr_t local_bd_addr;
978 uint16_t default_link_policy_settings;

--- 715 unchanged lines hidden ---
974#endif
975
976 // basic configuration
977 const char * local_name;
978 const uint8_t * eir_data;
979 uint32_t class_of_device;
980 bd_addr_t local_bd_addr;
981 uint16_t default_link_policy_settings;

--- 715 unchanged lines hidden ---