hci.h (18976c74b23c679b21ec26b10b6affc37bce768f) | hci.h (6e058d3f5181cea543a79b46dc4044bb0d0cfa8e) |
---|---|
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 --- 786 unchanged lines hidden (view full) --- 795 796 /* local supported commands summary - complete info is 64 bytes */ 797 /* 0 - Read Buffer Size (Octet 14/bit 7) */ 798 /* 1 - Write Le Host Supported (Octet 24/bit 6) */ 799 /* 2 - Write Synchronous Flow Control Enable (Octet 10/bit 4) */ 800 /* 3 - Write Default Erroneous Data Reporting (Octet 18/bit 3) */ 801 /* 4 - LE Write Suggested Default Data Length (Octet 34/bit 0) */ 802 /* 5 - LE Read Maximum Data Length (Octet 35/bit 3) */ | 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 --- 786 unchanged lines hidden (view full) --- 795 796 /* local supported commands summary - complete info is 64 bytes */ 797 /* 0 - Read Buffer Size (Octet 14/bit 7) */ 798 /* 1 - Write Le Host Supported (Octet 24/bit 6) */ 799 /* 2 - Write Synchronous Flow Control Enable (Octet 10/bit 4) */ 800 /* 3 - Write Default Erroneous Data Reporting (Octet 18/bit 3) */ 801 /* 4 - LE Write Suggested Default Data Length (Octet 34/bit 0) */ 802 /* 5 - LE Read Maximum Data Length (Octet 35/bit 3) */ |
803 /* 6 - LE Set Default PHY (Octet 35/bit 5) */ | 803 /* 6 - LE Set Default PHY (Octet 35/bit 5) */ 804 /* 7 - Read Encryption Key Size (Octet 20/bit 4) */ |
804 uint8_t local_supported_commands[1]; 805 806 /* bluetooth device information from hci read local version information */ 807 // uint16_t hci_version; 808 // uint16_t hci_revision; 809 // uint16_t lmp_version; 810 uint16_t manufacturer; 811 // uint16_t lmp_subversion; --- 448 unchanged lines hidden --- | 805 uint8_t local_supported_commands[1]; 806 807 /* bluetooth device information from hci read local version information */ 808 // uint16_t hci_version; 809 // uint16_t hci_revision; 810 // uint16_t lmp_version; 811 uint16_t manufacturer; 812 // uint16_t lmp_subversion; --- 448 unchanged lines hidden --- |