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
| Parameter | Description |
|---|---|
| [in] connHandle | Handle of the connection. |
| [out] p_descList | Descriptor information of the discovered service. When the descriptor is not found then descriptor list will be 0. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully get the descriptor list. |
| MBA_RES_INVALID_PARA | Invalid parameters. Connection handle is not valid. |
