BLE_PXPM_GetCharList

C

uint16_t BLE_PXPM_GetCharList(uint16_t connHandle, uint16_t svcUuid, uint16_t charUuid, BLE_PXPM_CharList_T *p_charList);

Description

Retrieves information about the characteristic UUID of the Proximity service that has been discovered.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully retrieved the characteristic list.
MBA_RES_INVALID_PARAInvalid parameters, such as:

- Invalid connection handle. - Invalid service UUID. - Invalid characteristic UUID.|