hai007
077a901654
Add connections:core as required dependency to use the DLL's headers.
...
When creating a cc_library with core_adapter dependency,
the headers from connections:core are not exported result in
headers not found. This change add connections:core as required
dependency to make the build pass.
PiperOrigin-RevId: 440134598
2022-04-07 10:04:58 -07:00
eidenkim
e382c7d230
Added payload bytes to the payload callback
...
PiperOrigin-RevId: 439672387
2022-04-05 14:10:57 -07:00
suetfei
82cd2d5e6c
Delete offline_wire_formats.pb.h
2022-04-05 09:50:27 -07:00
suetfei
983f5e0c61
Delete offline_wire_formats.pb.cc
2022-04-05 09:50:09 -07:00
edwinwu
0747c0a349
[BLE Refactor] Tune BleAdvertisement, BleAdvertisementHeader, BlePeripheral, AdvertisementReadResult, BleUtils.
...
PiperOrigin-RevId: 439365106
2022-04-04 11:19:24 -07:00
hai007
7eded6c621
Sends FILE payload with file path/name directly as underlaying File and Payload code can support it now
...
PiperOrigin-RevId: 439336659
2022-04-04 09:36:15 -07:00
suetfei
c010c0e681
Create offline_wire_formats.pb.h
2022-04-04 00:37:48 -07:00
suetfei
d898aaf752
Delete test_proto.pb.h
2022-04-04 00:35:39 -07:00
suetfei
87a55ad400
Create offline_wire_formats.pb.cc
2022-04-04 00:35:30 -07:00
suetfei
032315de18
Create test_proto.pb.h
2022-04-02 00:10:08 -07:00
suetfei
3c539103a9
Fix broken internal flow.
...
PiperOrigin-RevId: 438953015
2022-04-01 18:27:45 -07:00
suetfei
6124b34df1
Create offline_wire_formats.pb.cc
2022-04-01 18:13:15 -07:00
suetfei
6fd243cb6e
Fix internal flow
...
PiperOrigin-RevId: 438887677
2022-04-01 12:46:30 -07:00
suetfei
9bf9617184
Create offline_wire_formats.pb.h
2022-04-01 12:10:54 -07:00
suetfei
e6752f3348
Update README for iOS & macOS Build.
...
PiperOrigin-RevId: 438758043
2022-04-01 00:43:03 -07:00
deling-google
1f7ad3b553
Add protos and headers
2022-03-31 12:44:50 -07:00
bourdakos
a4feafd4f8
Fix a few struct initializers that are not compatible with c++14
...
PiperOrigin-RevId: 438565404
2022-03-31 07:44:24 -07:00
edwinwu
190d3ebafc
[BLE Refactor] Impl Start/Stop Scanning and DiscoveredPeripheral callback function in medium layer and ScanCallback in platform layer.
...
PiperOrigin-RevId: 438293171
2022-03-30 07:08:05 -07:00
jfcarroll
f4b80ccb59
These are the changes for Payload::Type => PayloadType for the flattening CL
...
PiperOrigin-RevId: 436767666
2022-03-23 10:11:15 -07:00
edwinwu
c3d4ffba65
[BLE Refactor] Fixed BloomFilterBase base member _bits is not initialized when construct from a non-empty ByteArray.
...
PiperOrigin-RevId: 436229874
2022-03-21 09:37:53 -07:00
jfcarroll
6d24d42132
Fix a bug where output files aren't being downloaded.
...
PiperOrigin-RevId: 435672340
2022-03-18 10:24:20 -07:00
jfcarroll
517d77f5aa
This adds parent path and file name to the Payload constructor. This will affect chrome.
...
PiperOrigin-RevId: 435223740
2022-03-16 19:18:13 -07:00
edwinwu
0702409047
[BLE Refactor] Modify to allow zero numSlots for AdvertisementHeader.
...
PiperOrigin-RevId: 434634152
2022-03-14 19:39:50 -07:00
edwinwu
66b425dc4e
[BLE Refactor] Impl Start/Stop AdvertisementGattServer
...
PiperOrigin-RevId: 432657453
2022-03-05 08:33:01 -08:00
hai007
eadc972af3
Fix BWU crash problem because WIFI_LAN create socket based on IPV6.
...
PiperOrigin-RevId: 432222945
2022-03-03 10:16:22 -08:00
edwinwu
91dfdefb9f
[BLE Refactor] Impl Start/Stop Advertising function in medium layer.
...
PiperOrigin-RevId: 432185275
2022-03-03 07:04:32 -08:00
edwinwu
433d9d84f8
BEGIN_PUBLIC
...
Fix the format of offline_wire_formats.proto
END_PUBLIC.
-- error caused by copybara-presubmit =>
```
Migration resulted in error 'PERMANENT_ERROR'
Non reversible transformations:
diff --git a/origin/google3/third_party/nearby/connections/implementation/proto/offline_wire_formats.proto b/reverse/google3/third_party/nearby/connections/implementation/proto/offline_wire_formats.proto
index de0aed4..5d4bb08 100644
--- a/origin/google3/third_party/nearby/connections/implementation/proto/offline_wire_formats.proto
+++ b/reverse/google3/third_party/nearby/connections/implementation/proto/offline_wire_formats.proto
@@ -143,7 +143,9 @@ message PayloadTransferFrame {
// Accompanies DATA packets.
message PayloadChunk {
- enum Flags { LAST_CHUNK = 0x1; }
+ enum Flags {
+ LAST_CHUNK = 0x1;
+ }
optional int32 flags = 1;
optional int64 offset = 2;
optional bytes body = 3;
Workflow 'presubmit_piper_to_github' is not reversible
Configuration errorErrors happened during the migration
```
PiperOrigin-RevId: 430878757
2022-02-25 14:53:56 -08:00
johnsonlu
81bdb7adc9
Create a Bluetooth endpoint for Device inject connections. Will implement connection lifecycle callback for the inject connections in the following CL.
...
PiperOrigin-RevId: 430573921
2022-02-25 14:53:56 -08:00
hai007
1f00687330
Make IsPreferred() comparator irreflexive.
...
PiperOrigin-RevId: 429993786
2022-02-21 02:02:10 -08:00
edwinwu
8326aeef38
[BLE Refactor] Implement CreateAdvertisementHeader in BleV2 medium.
...
PiperOrigin-RevId: 429550598
2022-02-18 06:30:09 -08:00
guogang
fe5296404a
Updated visibility to nearby sharing
...
PiperOrigin-RevId: 428634963
2022-02-14 16:21:51 -08:00
suetfei
3c8a279829
Add WORKSPACE and .bazelrc and make other changes for bazel build.
...
PiperOrigin-RevId: 428343135
2022-02-13 08:50:47 -08:00
suetfei
0e6620c970
Internal refactor to fix missing includes.
...
PiperOrigin-RevId: 427669790
2022-02-09 23:53:37 -08:00
suetfei
ae0337db3b
Internal refactor to fix bug.
...
PiperOrigin-RevId: 427513885
2022-02-09 10:49:31 -08:00
suetfei
efdd4c0f6a
Internal refactor to replace unsupported dependencies.
...
PiperOrigin-RevId: 427474223
2022-02-09 08:10:08 -08:00
suetfei
7dbe976c51
Internal cleaup for protos.
...
PiperOrigin-RevId: 427170889
2022-02-08 06:01:50 -08:00
hai007
3c9565a923
Match GetPayloadPath code in nearby/internal/platform/implementation/windows/platform.cc
...
PiperOrigin-RevId: 427062438
2022-02-07 17:31:31 -08:00
suetfei
37f8b4487e
Internal flow change phase 2.
...
PiperOrigin-RevId: 427059704
2022-02-07 17:17:20 -08:00
suetfei
42059a624b
Internal Fix Flow 2-4
...
PiperOrigin-RevId: 426518593
2022-02-04 16:35:25 -08:00
jfcarroll
9abc9a59b9
Combine InputFile and OutputFile into a single class.
...
PiperOrigin-RevId: 426172033
2022-02-03 09:57:50 -08:00
hais
a5086f3878
Modify copybara rules
...
PiperOrigin-RevId: 426029875
2022-02-02 19:09:34 -08:00
hais
f5fcd35ced
nearby sdk refactor
...
PiperOrigin-RevId: 425434260
2022-02-02 11:56:39 -08:00
suetfei
287f0d7174
Internal Flow change for BUILD.
...
PiperOrigin-RevId: 424991730
2022-02-02 11:51:37 -08:00
suetfei
5e845655bb
[Nearby Directory Refactoring] Move nearby/proto codes into the appropriate directories.
...
PiperOrigin-RevId: 421636973
2022-01-13 12:48:51 -08:00
hai007
236bc66e9a
Moved connections/windows to third_party, and copied the blueprint file into third_party
...
PiperOrigin-RevId: 387621210
2021-08-02 18:52:21 -07:00
hai007
bc8b7117e7
Moved connections/windows to third_party, and copied the blueprint file into third_party
...
PiperOrigin-RevId: 387621210
2021-07-29 11:02:38 -07:00