mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Apply result code to BLE L2CAP mediums
PiperOrigin-RevId: 552347968
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user