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.

Parameters

ParameterDescription
[in] connHandleHandle of the connection.
[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.