zephyr::raw

Function bt_addr_le_eq

source
pub unsafe extern "C" fn bt_addr_le_eq(
    a: *const bt_addr_le_t,
    b: *const bt_addr_le_t,
) -> bool
Expand description

@brief Determine equality of two Bluetooth LE device addresses.

The Bluetooth LE addresses are equal if and only if both the types and the 48-bit addresses are numerically equal.

@retval #true if the two addresses are equal @retval #false otherwise