Function esp_idf_sys::ble_uuid_cmp
source ยท pub unsafe extern "C" fn ble_uuid_cmp(
uuid1: *const ble_uuid_t,
uuid2: *const ble_uuid_t,
) -> c_int
Expand description
@brief Compares two Bluetooth UUIDs.
@param uuid1 The first UUID to compare. @param uuid2 The second UUID to compare.
@return 0 if the two UUIDs are equal, nonzero if the UUIDs differ.