1.1.2.3.5.1.4.5 BLE_PXPM_GetDescList

C

uint16_t BLE_PXPM_GetDescList(uint16_t connHandle, BLE_PXPM_DescList_T *p_descList);

Description

Get information about descriptor list of the Proximity Service that has been discovered. This API could be called only after BLE_PXPM_EVT_DISC_COMPLETE_IND event is issued.

Parameters

ParameterDescription
[in] connHandleHandle of the connection.
[out] p_descListDescriptor information of the discovered service. When the descriptor is not found then descriptor list will be 0.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully get the descriptor list.
MBA_RES_INVALID_PARAInvalid parameters. Connection handle is not valid.