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:
hai007
2023-03-15 22:54:56 -07:00
committed by Copybara-Service
parent 02ffb5d45e
commit 86d33f749a
4 changed files with 104 additions and 0 deletions
+8
View File
@@ -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;
}