![]() |
S145 SoftDevice for nRF54L15/nRF54L10/nRF54L05 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 |
| Whitelist Sharing |
| [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. |