pub unsafe extern "C" fn ble_hs_send_vs_event_mask(
event_mask: u32,
) -> i32Expand description
Sets the vendor-specific event mask for BLE host.
This function configures the vendor-specific event mask, enabling or disabling specific vendor-defined events from being reported by the controller.
@param event_mask Bitmask representing the events to enable.
@return 0 on success; A nonzero value indicating an error if the command fails.