pub unsafe extern "C" fn ble_hs_hci_util_write_sugg_def_data_len(
    sugg_max_tx_octets: u16,
    sugg_max_tx_time: u16,
) -> c_int
Expand description

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

@param 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 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.