BleGattConnectionPriority
Class representing available connection priorities. Selecting a specific mode will affect two parameters: latency and power consumption.
Entries
Connection parameter update - Request a high priority, low latency connection. An application should only request high priority connection parameters to transfer large amounts of data over LE quickly. Once the transfer is complete, the application should request BALANCED connection parameters to reduce energy use.
Connection parameter update - Request the priority preferred for Digital Car Key for a lower latency connection. This connection parameter will consume more power than BALANCED, so it is recommended that apps do not use this unless it specifically fits their use case.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.