pub unsafe extern "C" fn bt_addr_le_cmp(
    a: *const bt_addr_le_t,
    b: *const bt_addr_le_t,
) -> c_intExpand description
@brief Compare Bluetooth LE device addresses.
@param a First Bluetooth LE device address to compare @param b Second Bluetooth LE device address to compare
@return negative value if @a a < @a b, 0 if @a a == @a b, else positive
@sa bt_addr_le_eq