nRF5 SDK for Mesh v5.0.0
Functions
BLE SoftDevice support module

Application support module for initializing the SoftDevice Handler, BLE stack, Generic Access Profile (GAP), and the Connection Parameters Negotiation module. More...

Functions

void ble_stack_init (void)
 Initializes the SoftDevice Handler and the BLE stack, registers Mesh handler for SoC events.
 
void gap_params_init (void)
 Initializes the Generic Attribute Profile (GAP). More...
 
void conn_params_init (void)
 Initializes the Connection Parameters Negotiation module. More...
 

Detailed Description

Application support module for initializing the SoftDevice Handler, BLE stack, Generic Access Profile (GAP), and the Connection Parameters Negotiation module.

The GAP and the Connection Parameters Negotiation module are required for GATT provisioning and Proxy features.

Function Documentation

◆ gap_params_init()

void gap_params_init ( void  )

Initializes the Generic Attribute Profile (GAP).

This function sets up all the necessary GAP (Generic Access Profile) parameters of the device, including the device name and the preferred connection parameters.

◆ conn_params_init()

void conn_params_init ( void  )

Initializes the Connection Parameters Negotiation module.

Registers the handler for the Connection Parameters Negotiation module events that initializes disconnection if the Connection Parameters Negotiation procedure is failed.


Documentation feedback | Developer Zone | Subscribe | Updated