1.2.2.3.5.1.4.4 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

Get information about characteristic UUID 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

ParameterDescription
[in] connHandleHandle of the connection.
[in] svcUuidService uuid. See UUID of Proximity Service.
[in] charUuidCharacteristic uuid. See UUID of Alert Level and TX Power Level.
[out] p_charListCharacteristic information of discovered service. When the characteristic UUID is not found then characteristic list will be 0.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully get the characteristic list.
MBA_RES_INVALID_PARAInvalid parameters. - Connection handle is not valid. - Service Uuid is not valid. - Characteristic Uuid is not valid.