pub unsafe extern "C" fn ble_hs_hci_util_read_sugg_def_data_len(
    out_sugg_max_tx_octets: *mut u16,
    out_sugg_max_tx_time: *mut u16,
) -> c_int
Expand description

Read host’s suggested values for the controller’s maximum transmitted number of payload octets and maximum packet transmission time (OGF = 0x08, OCF = 0x0024).

@param out_sugg_max_tx_octets The Host’s suggested value for the Controller’s maximum transmitted number of payload octets in LL Data PDUs to be used for new connections. (Range 0x001B-0x00FB). @param out_sugg_max_tx_time The Host’s suggested value for the Controller’s maximum packet transmission time for packets containing LL Data PDUs to be used for new connections. (Range 0x0148-0x4290).

@return 0 on success, other error code on failure.