diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 8af849d9..c5d25ae5 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -822,6 +822,10 @@ enum OperationResultDetail { CONNECTIVITY_WIFI_AWARE_DISCOVERED_PEER_NULL = 3552; // Failed to write chunk to endpoint channel CONNECTIVITY_GENERIC_PAYLOAD_SENT_ERROR = 3553; + // L2CAP server socket creation failure (SecurityException) + CONNECTIVITY_L2CAP_SERVER_SOCKET_CREATION_SECURITY_EXCEPTION_FAILURE = 3554; + // BT server socket creation failure (SecurityException) + CONNECTIVITY_BT_SERVER_SOCKET_CREATION_SECURITY_EXCEPTION_FAILURE = 3555; // Section of CATEGORY_NEARBY_ERROR, from 4500 // NO BLE MAC address associated to the GATT advertisement