Skip to main content

ble_hs_send_vs_event_mask

Function ble_hs_send_vs_event_mask 

Source
pub unsafe extern "C" fn ble_hs_send_vs_event_mask(
    event_mask: u32,
) -> i32
Expand 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.