ble_att_svr_fill_info() function
Fills the supplied mbuf with the variable length Information Data field of a Find Information ATT response.
Arguments
om
The destination mbuf where the Information Data field gets written.
mtu
The ATT L2CAP channel MTU.
format
On success, the format field of the response gets stored here. One of: o BLE_ATT_FIND_INFO_RSP_FORMAT_16BIT o BLE_ATT_FIND_INFO_RSP_FORMAT_128BIT
Return value
0 on success; nonzero on failure.