pub fn ulcp_gatt_segments(
frame: Vec<u8>,
maximum_value_length: u16,
) -> Result<Vec<GattSegmentRecord>, MobileError>Expand description
Split a ULCP frame into ATT values using the negotiated maximum write length. The returned values include the one-octet SAR header.