mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Supports Multiplex transmission for Bluetooth to allow multiple clients reuse the existed connection. See go/nc_multiplex for more details.
PiperOrigin-RevId: 517028681
This commit is contained in:
@@ -563,4 +563,12 @@ enum Description {
|
||||
FEATURE_USB_HOST_NOT_SUPPORTED = 177;
|
||||
FEATURE_USB_ACCESSORY_NOT_SUPPORTED = 178;
|
||||
FEATURE_USB_PORTS_NOT_FOUND = 179;
|
||||
MULTIPLEX_SOCKET_UNKNOWN_ERROR = 180;
|
||||
MULTIPLEX_SOCKET_NOT_LISTENING = 181;
|
||||
MULTIPLEX_SOCKET_DISABLED = 182;
|
||||
MULTIPLEX_SOCKET_TIMEOUT = 183;
|
||||
MULTIPLEX_SOCKET_IOEXCEPTION = 184;
|
||||
MULTIPLEX_SOCKET_UNKNOWN_RESPONSE_CODE = 185;
|
||||
MULTIPLEX_SOCKET_EXECUTION_EXCEPTION = 186;
|
||||
MULTIPLEX_SOCKET_INTERRUPTED_EXCEPTION = 187;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user