BLE_PXPM_GetDescList

C

uint16_t BLE_PXPM_GetDescList(uint16_t connHandle, BLE_PXPM_DescList_T *p_descList);

Description

Retrieves information about the descriptor list of the Proximity Service that has been discovered.

Note

This API could be called only after BLE_PXPM_EVT_DISC_COMPLETE_IND event is issued.

Parameters

ParameterDescription
[in] connHandleConnection handle.
[out] p_descListPointer to store the descriptor information of the discovered service. See BLE_PXPM_DescList_T.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully retrieved the descriptor list.
MBA_RES_INVALID_PARAThe provided connection handle is not valid.