Lines Matching full:encode
1074 * @brief Encode 40 least significant bits of 64-bit LE Supported Features into array values
1077 * Helper macro to encode 40 least significant bits of 64-bit LE Supported Features value into
1081 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.
1094 /** @brief Encode 4 least significant bytes of 64-bit LE Supported Features into
1097 * Helper macro to encode 64-bit LE Supported Features value into advertising
1101 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.
1115 * @brief Encode 3 least significant bytes of 64-bit LE Supported Features into
1118 * Helper macro to encode 64-bit LE Supported Features value into advertising
1122 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.
1136 * @brief Encode 2 least significant bytes of 64-bit LE Supported Features into
1139 * Helper macro to encode 64-bit LE Supported Features value into advertising
1143 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.
1157 * @brief Encode the least significant byte of 64-bit LE Supported Features into
1160 * Helper macro to encode 64-bit LE Supported Features value into advertising
1164 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.