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
| Parameter | Description |
|---|---|
| [in] connHandle | Handle of the connection. |
| [out] p_descList | Pointer to store the descriptor information of the discovered service. See BLE_PXPM_DescList_T. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully retrieved the descriptor list. |
| MBA_RES_INVALID_PARA | The provided connection handle is not valid. |
