Skip to main content

ble_profile_serial_tx

Function ble_profile_serial_tx 

Source
pub unsafe extern "C" fn ble_profile_serial_tx(
    profile: *mut FuriHalBleProfileBase,
    data: *mut u8,
    size: u16,
) -> bool
Expand description

Send data through BLE

§Arguments

  • profile - Profile instance
  • data - data buffer
  • size - data buffer size

§Returns

true on success