matchesDeviceName

open override fun matchesDeviceName(deviceName: String): Boolean(source)

Returns true if the given BLE device advertisement name suggests this protocol.

Used as a secondary selection signal when GATT fingerprinting is ambiguous or unavailable (e.g. protocols that share a common service UUID). The default implementation returns false; protocols with a recognizable device-name pattern should override this and match their known advertised names or model keywords.