Mistake on this page?
Report an issue in GitHub or email us
Functions
LL_API_CENTRAL

Functions

uint8_t LlCreateConn (const LlInitParam_t *pInitParam, const LlConnSpec_t *pConnSpec)
 Create connection. More...
 
uint8_t LlExtCreateConn (const LlExtInitParam_t *pInitParam, const LlExtInitScanParam_t scanParam[], const LlConnSpec_t connSpec[])
 Extended create connection. More...
 
void LlCreateConnCancel (void)
 Cancel a create connection operation. More...
 

Detailed Description

Function Documentation

uint8_t LlCreateConn ( const LlInitParam_t pInitParam,
const LlConnSpec_t pConnSpec 
)

Create connection.

Parameters
pInitParamInitiating parameters.
pConnSpecConnection specification.
Returns
Status error code.

Create a connection to the specified peer address with the specified connection parameters. This function is only when operating in master role.

void LlCreateConnCancel ( void  )

Cancel a create connection operation.

Cancel a connection before it is established. This function is only used when operating in master role.

uint8_t LlExtCreateConn ( const LlExtInitParam_t pInitParam,
const LlExtInitScanParam_t  scanParam[],
const LlConnSpec_t  connSpec[] 
)

Extended create connection.

Parameters
pInitParamInitiating parameters.
scanParamScan parameters table indexed by PHY.
connSpecConnection specification table indexed by PHY.
Returns
Status error code.

Create a connection to the specified peer address with the specified connection parameters. This function is only when operating in master role.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.