hci.h (667ba9d111a73f2dda1d6c3797991c1384f3c2c5) hci.h (99b14827c034a4c93f6cad52a608a9c9f2f9fade)
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

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

807 uint16_t le_data_packets_length;
808 uint8_t sco_waiting_for_can_send_now;
809 uint8_t sco_can_send_now;
810
811 /* local supported features */
812 uint8_t local_supported_features[8];
813
814 /* local supported commands summary - complete info is 64 bytes */
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

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

807 uint16_t le_data_packets_length;
808 uint8_t sco_waiting_for_can_send_now;
809 uint8_t sco_can_send_now;
810
811 /* local supported features */
812 uint8_t local_supported_features[8];
813
814 /* local supported commands summary - complete info is 64 bytes */
815 /* 0 - Read Buffer Size (Octet 14/bit 7) */
816 /* 1 - Write Le Host Supported (Octet 24/bit 6) */
817 /* 2 - Write Synchronous Flow Control Enable (Octet 10/bit 4) */
818 /* 3 - Write Default Erroneous Data Reporting (Octet 18/bit 3) */
819 /* 4 - LE Write Suggested Default Data Length (Octet 34/bit 0) */
820 /* 5 - LE Read Maximum Data Length (Octet 35/bit 3) */
821 /* 6 - LE Set Default PHY (Octet 35/bit 5) */
822 /* 7 - Read Encryption Key Size (Octet 20/bit 4) */
823 /* 8 - Read Remote Extended Features (Octet 2/bit 5) */
824 /* 9 - Write Secure Connections Host (Octet 32/bit 3) */
815 /* 0 - Read Buffer Size (Octet 14/bit 7) */
816 /* 1 - Write Le Host Supported (Octet 24/bit 6) */
817 /* 2 - Write Synchronous Flow Control Enable (Octet 10/bit 4) */
818 /* 3 - Write Default Erroneous Data Reporting (Octet 18/bit 3) */
819 /* 4 - LE Write Suggested Default Data Length (Octet 34/bit 0) */
820 /* 5 - LE Read Maximum Data Length (Octet 35/bit 3) */
821 /* 6 - LE Set Default PHY (Octet 35/bit 5) */
822 /* 7 - Read Encryption Key Size (Octet 20/bit 4) */
823 /* 8 - Read Remote Extended Features (Octet 2/bit 5) */
824 /* 9 - Write Secure Connections Host (Octet 32/bit 3) */
825 /* 10 - LE Set Address Resolution Enable (Octet 35/bit 1) */
825 uint8_t local_supported_commands[2];
826
827 /* bluetooth device information from hci read local version information */
828 // uint16_t hci_version;
829 // uint16_t hci_revision;
830 // uint16_t lmp_version;
831 uint16_t manufacturer;
832 // uint16_t lmp_subversion;

--- 460 unchanged lines hidden ---
826 uint8_t local_supported_commands[2];
827
828 /* bluetooth device information from hci read local version information */
829 // uint16_t hci_version;
830 // uint16_t hci_revision;
831 // uint16_t lmp_version;
832 uint16_t manufacturer;
833 // uint16_t lmp_subversion;

--- 460 unchanged lines hidden ---