pub unsafe extern "C" fn subghz_protocol_blocks_set_bit_array(
    bit_value: bool,
    data_array: *mut [u8; 0],
    set_index_bit: usize,
    max_size_array: usize
)
Expand description

Set data bit when encoding HEX array. @param bit_value The value of the bit to be set @param data_array Pointer to a HEX array @param set_index_bit Number set a bit in the array starting from the left @param max_size_array array size, check not to overflow