Function esp_idf_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,
) -> esp_err_t
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