Embassy
nrf-softdevice-s132

Crates

git

Versions

default

Flavors

pub unsafe fn sd_ble_gap_conn_evt_trigger_stop(conn_handle: u16) -> u32
Expand description

@brief Stop triggering the task configured using @ref sd_ble_gap_conn_evt_trigger_start.

@param[in] conn_handle Connection handle.

@retval ::NRF_SUCCESS Success. @retval ::BLE_ERROR_INVALID_CONN_HANDLE Invalid connection handle supplied. @retval ::NRF_ERROR_INVALID_STATE Trying to stop connection event triggering when it is not enabled.