From 4a100435f79bbc3c6d78127d2a29ff4473269bf2 Mon Sep 17 00:00:00 2001 From: hai007 Date: Sun, 30 Jul 2023 20:30:42 -0700 Subject: [PATCH] Apply result code to BLE L2CAP mediums PiperOrigin-RevId: 552347968 --- proto/connections_enums.proto | 4 ++++ 1 file changed, 4 insertions(+) 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