ble_uuid_cmp

int
ble_uuid_cmp(
    const ble_uuid_t *uuid1,
    const ble_uuid_t *uuid2
)

Description

Compares two Bluetooth UUIDs.

Parameters

ParameterDescription
uuid1The first UUID to compare.
uuid2The second UUID to compare.

Returned values

ValueCondition
0The two uuids are equal.
nonzeroThe uuids differ.