Commit Graph
73 Commits
Author SHA1 Message Date
suetfei acc6f2de9a Move third_party/nearby/cpp/analytics to third_party/nearby/internal/analytics.
PiperOrigin-RevId: 420135432
2022-01-06 13:47:33 -08:00
hais cdcd37c616 update date in readme.md
PiperOrigin-RevId: 420118461
2022-01-06 12:24:04 -08:00
jfcarroll 9ce7be9812 Refactor Input/Output file to use const char* instead of standard string, and to use parent_folder and file_name for input and output files. This also incorporates the move from nearby_connections to nearby.
PiperOrigin-RevId: 418002199
2021-12-23 07:04:38 -08:00
jfcarroll f12bb6c405 Refactor Input/Output file to use const char* instead of standard string, and to use parent_folder and file_name for input and output files. This also incorporates the move from nearby_connections to nearby.
PiperOrigin-RevId: 415587802
2021-12-10 12:49:50 -08:00
edwinwu b48610144b Add ConnectionAttemptMetadata for ConnectionAttempt in AnalyticsRecorder.
PiperOrigin-RevId: 413682624
2021-12-02 08:17:33 -08:00
hais a192cd3e32 Patch recent cls from nearby_connections;
Sync github to replace nearby_connections with nearby.

PiperOrigin-RevId: 411609608
2021-11-22 11:38:39 -08:00
edwinwu fb0337ebfa ios: nearbyConnections: Move source to //third_party.
PiperOrigin-RevId: 408046875
2021-11-06 09:45:54 -07:00
hai007 8c764b43ae Create definition point for kNsdTypeInfo.
Per the standard, this is necessary since the variable is ODR-used, though some compilers will not complain without it because ODR violations do not require a diagnostic.

PiperOrigin-RevId: 406741338
2021-10-31 20:48:44 -07:00
hai007 8411555bd4 Fix an instance of -Wshadow.
PiperOrigin-RevId: 406429209
2021-10-29 12:47:05 -07:00
edwinwu acf516189b nearbyconnections : Replace WifiLanV2 to WifiLan.
PiperOrigin-RevId: 406033177
2021-10-27 18:59:43 -07:00
edwinwu 57ee5f10a4 nearbyconnections : Implement WifiLanV2 BandwidthUpgrade functions.
PiperOrigin-RevId: 405821802
2021-10-26 23:52:23 -07:00
edwinwu 7197b84e4d nearbyconnections : Implement WifiLanV2 Connection functions for /medium, /public(wrapper), /g3.
PiperOrigin-RevId: 405820452
2021-10-26 23:39:26 -07:00
edwinwu 83480d6473 nearbyconnections : Implement WifiLanV2 Discovery functions for /medium, /public(wrapper), /g3.
PiperOrigin-RevId: 405782006
2021-10-26 18:27:36 -07:00
edwinwu 32836a8357 nearbyconnections : Implement WifiLanV2 Advertising functions for /medium, /public(wrapper), /g3.
PiperOrigin-RevId: 405547661
2021-10-25 19:45:53 -07:00
edwinwu 296274bc48 nearbyconnections : Adds accessor of ServiceType for NsdServiceInfo.
PiperOrigin-RevId: 404003948
2021-10-18 10:55:45 -07:00
suetfei 686351c4c3 Replace some C like syntax and add missing include files.
PiperOrigin-RevId: 401541156
2021-10-07 10:07:35 -07:00
jfcarroll 679838223c Added defs in build files for building windows dll
PiperOrigin-RevId: 401062093
2021-10-05 13:23:17 -07:00
edwinwu 38f89e4e05 analytics: 3p NC: Update Connections_log.proto
PiperOrigin-RevId: 400862464
2021-10-04 18:21:32 -07:00
nohle 0d803da06e Replace proto.h includes with pb.h
PiperOrigin-RevId: 399801411
2021-09-29 16:20:05 -07:00
edwinwu e4a3da97d1 analytics: 3p NC: Implement AnalyticsRecorder::OnErrorCode
PiperOrigin-RevId: 396041619
2021-09-10 17:42:34 -07:00
edwinwu 6926f5cd4b analytics: 3p NC: Implement ErrorCodeRecorder for AnalyticsRecorder.
PiperOrigin-RevId: 395881244
2021-09-10 02:04:06 -07:00
hais 011a201ee2 Check in BLE cal interface.
PiperOrigin-RevId: 394298358
2021-09-01 13:13:28 -07:00
edwinwu 2a629b2c1b nearby_connections: proto: analytics: sync protos and add unit test for proto ConnectionsLog.
PiperOrigin-RevId: 394164605
2021-08-31 23:45:52 -07:00
hai007 3e40931286 No changes to public files
PiperOrigin-RevId: 392585608
2021-08-23 21:55:15 -07:00
xlythe cb169f5897 Add '//buildenv/target:non_prod' compatibility
PiperOrigin-RevId: 388806419
2021-08-04 16:11:49 -07:00
jsobczak dfc61a8f05 Move license text to BUILD files top
PiperOrigin-RevId: 388579579
2021-08-03 17:10:57 -07:00
hai007 b1815095dd BEGIN_PUBLIC
Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
2021-07-29 03:27:37 -07:00
Josh Nohle 7c1f423014 [Nearby Connections][C++] Fix integer comparison and includes
PiperOrigin-RevId: 385222885
2021-07-16 14:22:34 -07:00
Janusz Sobczak ed511f962d Support payload offsets
Support sending a file or stream payload from a non-zero offset.
This allows the clients to resume a transfer. Upper layers should use
this feature only when both sides support it.

PiperOrigin-RevId: 385137570
2021-07-16 06:52:45 -07:00
Edwin Wu 7c2e204b2c Internal change
PiperOrigin-RevId: 383557920
2021-07-07 21:57:45 -07:00
Janusz Sobczak 15996d64dd Internal change
PiperOrigin-RevId: 383512322
2021-07-07 16:02:54 -07:00
Janusz Sobczak ae7c51e95d Run workers on dedicated threads.
Run reader and keep-alive workers on dedicated threads provided by
SingleThreadExecutor.
The thread handlers are stored in EndpointState, the workers are automatically
terminated when EndpointState is destroyed.

PiperOrigin-RevId: 380543888
2021-06-21 03:54:01 -07:00
hai007 258403118d [Nearby] Directly include base/logging.h and copybara transform to base/check.h in chromium
PiperOrigin-RevId: 376003869
2021-05-26 12:30:04 -07:00
hai007 836f3e2599 Internal change
PiperOrigin-RevId: 373855275
2021-05-14 13:31:37 -07:00
hai007 2c20a3c5eb Internal change
PiperOrigin-RevId: 372618050
2021-05-07 13:28:16 -07:00
hai007 e664c1b4cc use exp backoff in bwu retry.
PiperOrigin-RevId: 372602204
2021-05-07 12:07:05 -07:00
hai007 f415ae3b8e Internal change
PiperOrigin-RevId: 372599408
2021-05-07 11:53:28 -07:00
hai007 54f30cd81d Internal change
PiperOrigin-RevId: 371332999
2021-04-30 07:57:08 -07:00
hai007 f6d22b2298 Internal change
PiperOrigin-RevId: 365715833
2021-03-29 19:08:14 -07:00
hai007 55b5d1a194 Internal change
PiperOrigin-RevId: 365062363
2021-03-25 09:56:08 -07:00
hai007 abaac41f1b Internal change
PiperOrigin-RevId: 365026440
2021-03-25 06:53:06 -07:00
hai007 ae283c7cb6 Internal change
PiperOrigin-RevId: 364353126
2021-03-22 10:38:20 -07:00
hai007 e8205154e6 Internal change
PiperOrigin-RevId: 361192393
2021-03-05 11:47:33 -08:00
hai007 970a101586 Internal change
PiperOrigin-RevId: 359631402
2021-02-25 15:44:53 -08:00
hai007 e9c2d0a173 Internal change
PiperOrigin-RevId: 359161492
2021-02-24 02:23:59 +00:00
hai007 dcf45ccbc6 Merge branch 'google3' up to cl/358328147. 2021-02-19 11:34:27 -08:00
hai007 d8f4d4963b 358328147 Synchronous scheduled task cancel 2021-02-19 11:33:48 -08:00
hai007 edfcc0af00 Merge branch 'google3' up to cl/358303772. 2021-02-19 11:32:02 -08:00
hai007 da0de8973b 358303772 endpoint manager clean up to reduce chance of countDownLatch crash 2021-02-19 11:31:40 -08:00
hai007 ef9b9eab80 Merge branch 'google3' up to cl/358285146. 2021-02-19 11:26:57 -08:00