zephyr::raw

Function bt_addr_le_copy

source
pub unsafe extern "C" fn bt_addr_le_copy(
    dst: *mut bt_addr_le_t,
    src: *const bt_addr_le_t,
)
Expand description

@brief Copy Bluetooth LE device address.

@param dst Bluetooth LE device address destination buffer. @param src Bluetooth LE device address source buffer.