pub unsafe extern "C" fn furi_hal_bt_start_packet_tx(
    channel: u8,
    pattern: u8,
    datarate: u8
)
Expand description

Start sending ble packets at a given frequency and datarate

@param[in] channel The channel @param[in] pattern The pattern @param[in] datarate The datarate