![]() |
S115 SoftDevice for nRF54LV10 API documentation 10.0.0
|
| uint32_t sd_ble_gap_adv_stop | ( | uint8_t | adv_handle | ) |
#include <ble_gap.h>
Stop advertising (GAP Discoverable, Connectable modes, Broadcast Procedure).
| Advertising |
| [in] | adv_handle | The advertising handle that should stop advertising. |
| NRF_SUCCESS | The BLE stack has stopped advertising. |
| BLE_ERROR_INVALID_ADV_HANDLE | Invalid advertising handle. |
| NRF_ERROR_INVALID_STATE | The advertising handle is not advertising. |