hci.h (aad97216186d8a961b020b0c707f006ace68c167) hci.h (88a03c8d0148d7fc90fe73b0a91b480a1329aab2)
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

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

525
526 // track SCO rx event
527 uint32_t sco_rx_ms;
528 uint8_t sco_rx_count;
529 uint8_t sco_rx_valid;
530
531 // generate sco can send now based on received packets, using timeout below
532 uint8_t sco_tx_ready;
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

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

525
526 // track SCO rx event
527 uint32_t sco_rx_ms;
528 uint8_t sco_rx_count;
529 uint8_t sco_rx_valid;
530
531 // generate sco can send now based on received packets, using timeout below
532 uint8_t sco_tx_ready;
533
533
534 // request role switch
535 hci_role_t request_role;
536
534 btstack_timer_source_t timeout_sco;
535#endif /* ENABLE_CLASSIC */
536
537 // authentication and other errands
538 uint32_t authentication_flags;
539
540 btstack_timer_source_t timeout;
541

--- 746 unchanged lines hidden ---
537 btstack_timer_source_t timeout_sco;
538#endif /* ENABLE_CLASSIC */
539
540 // authentication and other errands
541 uint32_t authentication_flags;
542
543 btstack_timer_source_t timeout;
544

--- 746 unchanged lines hidden ---