bourdakos
9429d0f383
In the connection initiated handler, return endpoint info as NSData instead of casting to a String
...
PiperOrigin-RevId: 439382816
2022-04-04 12:28:17 -07:00
jfcarroll
9470516984
Refactored the executor test testing a single threaded executor with mulitple tasks. I pulled the main
...
thread out of the array, and assigned it to it's own local var. I think this simplify's the test
making it more amenable to debugging. We are having flakiness in the iOS version of this test, so this is intended to make it absolutely clear what we are testing.
PiperOrigin-RevId: 438897634
2022-04-01 13:29:47 -07:00
bourdakos
0f8c1b1fbe
Move public headers to be compatible with SPM
...
PiperOrigin-RevId: 438583798
2022-03-31 09:16:17 -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
bourdakos
7c4bb693b5
Return the actual download path instead of tmp directory
...
PiperOrigin-RevId: 438464501
2022-03-30 20:26:26 -07:00
bourdakos
4e1c8c8222
Don't include base/logging.h for SPM builds
...
PiperOrigin-RevId: 438453534
2022-03-30 19:11:34 -07:00
bourdakos
267afabefd
Escape file paths to avoid crashes when paths include spaces
...
PiperOrigin-RevId: 438437189
2022-03-30 17:26:43 -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
bourdakos
15d3fa0df5
Put CreateWebRtcMedium behind NO_WEBRTC flag
...
PiperOrigin-RevId: 437864516
2022-03-28 15:07:30 -07:00
bourdakos
6050084473
BEGIN_PUBLIC
...
Remove GTMStringEncoding dependency, because it is unused
END_PUBLIC
PiperOrigin-RevId: 437854852
2022-03-28 14:27:33 -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
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
guogang
31b2aae6c5
Fixed crashes during bandwidth upgrade
...
PiperOrigin-RevId: 435192352
2022-03-16 16:36:09 -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
guogang
e0bb166c62
Use 4 bytes string as IP address in NsdServiceInfo
...
PiperOrigin-RevId: 431543437
2022-02-28 15:44:41 -08:00
edwinwu
8f22ffefd4
[BLE Refactor] Move /cal/ble.h , base_types.h to /platform/implementation/ble_v2.h
...
PiperOrigin-RevId: 430133309
2022-02-21 22:14:20 -08:00
guogang
ca172feb55
Updated header file of windns.h
...
PiperOrigin-RevId: 429323019
2022-02-17 09:04:27 -08:00
guogang
fe5296404a
Updated visibility to nearby sharing
...
PiperOrigin-RevId: 428634963
2022-02-14 16:21:51 -08:00
suetfei
efdd4c0f6a
Internal refactor to replace unsupported dependencies.
...
PiperOrigin-RevId: 427474223
2022-02-09 08:10:08 -08:00
suetfei
bdce5dd2be
Support NO_WEBRTC in platform/* except WINDOWS.
...
PiperOrigin-RevId: 427067819
2022-02-07 18:01:36 -08:00
suetfei
37f8b4487e
Internal flow change phase 2.
...
PiperOrigin-RevId: 427059704
2022-02-07 17:17:20 -08:00
hai007
2f4676c58a
Modify BUILD visibility rule to expose generated WinRT stubs to Nearby Sharing //location/nearby/cpp/sharing
...
PiperOrigin-RevId: 426242397
2022-02-03 14:44:07 -08:00
jfcarroll
9abc9a59b9
Combine InputFile and OutputFile into a single class.
...
PiperOrigin-RevId: 426172033
2022-02-03 09:57:50 -08:00
hai007
b66e7aa6d8
Fix WiFiLan discovery failure problem
...
PiperOrigin-RevId: 426014146
2022-02-02 17:10:26 -08:00
hais
f5fcd35ced
nearby sdk refactor
...
PiperOrigin-RevId: 425434260
2022-02-02 11:56:39 -08:00