This section describes the utility APIs offered by the module.
More...
This section describes the utility APIs offered by the module.
APIs defined in this section are utility or assisting/helper APIs.
Set/Copy Application instance to Device Manager handle.
- Parameters
-
[in] | p_appl_instance | Application instance to be set. |
[out] | p_handle | Device Manager handle for which the instance is to be copied. |
- Returns
- NRF_SUCCESS or an appropriate error code indicating reason for failure.
Initialize Device Manager handle.
- Parameters
-
[in] | p_handle | Device Manager handle to be initialized. |
- Returns
- NRF_SUCCESS or an appropriate error code indicating reason for failure.
Get peer's device address.
- Parameters
-
[in] | p_handle | Identifies the peer device whose address is requested. |
[out] | p_addr | Pointer where address is to be copied. |
- Returns
- NRF_SUCCESS or an appropriate error code indicating reason for failure.
Set/Update peer's device address.
- Parameters
-
[in] | p_handle | Identifies the peer device whose address is requested to be set/updated. |
[out] | p_addr | Address to be set/updated with. |
- Returns
- NRF_SUCCESS or an appropriate error code indicating reason for failure.