pub unsafe extern "C" fn bt_addr_le_is_identity(
addr: *const bt_addr_le_t,
) -> bool
Expand description
@brief Check if a Bluetooth LE address is valid identity address.
Valid Bluetooth LE identity addresses are either public address or random static address.
@param addr Bluetooth LE device address.
@return true if address is a valid identity address.