hci.h (140c05572354590f2e1bafc201c571f374399606) hci.h (278ff8a910061d6697d57f96d145e4ac8ac1b587)
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

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

541 uint16_t sniff_attempt;
542 uint16_t sniff_timeout;
543
544 // sniff subrating
545 uint16_t sniff_subrating_max_latency; // 0xffff = not set
546 uint16_t sniff_subrating_min_remote_timeout;
547 uint16_t sniff_subrating_min_local_timeout;
548
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

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

541 uint16_t sniff_attempt;
542 uint16_t sniff_timeout;
543
544 // sniff subrating
545 uint16_t sniff_subrating_max_latency; // 0xffff = not set
546 uint16_t sniff_subrating_min_remote_timeout;
547 uint16_t sniff_subrating_min_local_timeout;
548
549 // QoS
550 hci_service_type_t qos_service_type;
551 uint32_t qos_token_rate;
552 uint32_t qos_peak_bandwidth;
553 uint32_t qos_latency;
554 uint32_t qos_delay_variation;
555
549#ifdef ENABLE_SCO_OVER_HCI
550 // track SCO rx event
551 uint32_t sco_rx_ms;
552 uint8_t sco_rx_count;
553 uint8_t sco_rx_valid;
554#endif
555 // generate sco can send now based on received packets, using timeout below
556 uint8_t sco_tx_ready;

--- 835 unchanged lines hidden ---
556#ifdef ENABLE_SCO_OVER_HCI
557 // track SCO rx event
558 uint32_t sco_rx_ms;
559 uint8_t sco_rx_count;
560 uint8_t sco_rx_valid;
561#endif
562 // generate sco can send now based on received packets, using timeout below
563 uint8_t sco_tx_ready;

--- 835 unchanged lines hidden ---