bt_addr_eq

Function bt_addr_eq 

Source
pub unsafe extern "C" fn bt_addr_eq(
    a: *const bt_addr_t,
    b: *const bt_addr_t,
) -> bool
Expand description

@brief Determine equality of two Bluetooth device addresses.

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