Function esp_idf_svc::hal::sys::esp_ble_gap_vendor_command_send

source ยท
pub unsafe extern "C" fn esp_ble_gap_vendor_command_send(
    vendor_cmd_param: *mut esp_ble_vendor_cmd_params_t,
) -> i32
Expand description

@brief This function is called to send vendor hci command.

@param[in] vendor_cmd_param: vendor hci command parameters

@return - ESP_OK : success - other : failed