Commit Graph
2567 Commits
Author SHA1 Message Date
Anay Wadhera 826abd6d30 every day i'm shufflin
PiperOrigin-RevId: 646576646
2024-06-25 12:58:38 -07:00
Francis Tsui df620dc2e6 Remove LinkType from NearbySharingServiceFactory.
PiperOrigin-RevId: 646568953
2024-06-25 12:32:46 -07:00
Guogang Li 0640832025 Allowed G3 to simulated BLE device supported extended advertisement
PiperOrigin-RevId: 646503301
2024-06-25 09:20:58 -07:00
Guogang Li 7db26f40c5 Report found legacy device
PiperOrigin-RevId: 646495727
2024-06-25 08:55:40 -07:00
hai007 b06084d99e Define OperationResultCode for advertising/discovery
PiperOrigin-RevId: 646334104
2024-06-24 22:19:39 -07:00
Francis Tsui d6e8d5f249 Rename ShareTargetInfo to ShareSession.
PiperOrigin-RevId: 646238919
2024-06-24 15:26:07 -07:00
Francis Tsui 4a8d97ff5e Rename share_target_info files to share_session.
PiperOrigin-RevId: 646204158
2024-06-24 13:35:11 -07:00
Francis Tsui 822e1af2a5 Move remaining payload processing into ShareTargetInfo.
PiperOrigin-RevId: 646185948
2024-06-24 12:36:44 -07:00
hai007 cdd6870af2 Use credential_id to correlate matched credential back to original
Upon succesfully dectypting an advertisements, the decoding library returns the id of the credential which was used to decrypt. We then use this id to correlate the decoded adv back to the original shared_credential which was used to decrypt it and save this and propagate it in the result returned to the caller

PiperOrigin-RevId: 646179759
2024-06-24 12:16:34 -07:00
Anay Wadhera 0ad19f3ce9 Deprecate ble_v2 in Nearby Sharing
PiperOrigin-RevId: 645522524
2024-06-21 15:43:20 -07:00
Francis Tsui 8ba443c7dc Fix send text
PiperOrigin-RevId: 645516517
2024-06-21 15:21:54 -07:00
Anay Wadhera 29099eed43 deprecate another flag
PiperOrigin-RevId: 645240613
2024-06-20 20:17:21 -07:00
Anay Wadhera 897da9a54d deprecate flag
PiperOrigin-RevId: 645215759
2024-06-20 18:15:24 -07:00
Anay Wadhera d4aa4e3a2b Remove Get/SetIsReceiving
PiperOrigin-RevId: 645085883
2024-06-20 10:48:18 -07:00
Guogang Li 755b22f048 Enable Fast Initiate BTC bit for non BLE extended device
PiperOrigin-RevId: 645066590
2024-06-20 09:53:56 -07:00
Guogang Li 735927ccad Add a flag to disable Bluetooth classic scanning.
PiperOrigin-RevId: 644612052
2024-06-18 21:36:05 -07:00
Guogang Li 6c167124aa Fixed a crash in HelloConnections
PiperOrigin-RevId: 644543789
2024-06-18 16:19:24 -07:00
Anay Wadhera 7db83028ab Add and plumb GetContacts() API
PiperOrigin-RevId: 644504090
2024-06-18 14:02:47 -07:00
Francis Tsui 02379cc0a8 Remove AttachmentInfo.
PiperOrigin-RevId: 644459879
2024-06-18 11:38:14 -07:00
Guogang Li abaf7718e2 Avoid long sleep during client proxy test
PiperOrigin-RevId: 644444222
2024-06-18 10:56:38 -07:00
Guogang Li 7ccbfef89b internal fix
PiperOrigin-RevId: 644430280
2024-06-18 10:20:18 -07:00
Guogang Li 4f386b95db Added logic to stabilize endpoint IDs
PiperOrigin-RevId: 644407047
2024-06-18 09:11:51 -07:00
Francis Tsui 23031698dd Move IntroductionFrame handing to ShareTargetInfo.
PiperOrigin-RevId: 644192822
2024-06-17 18:04:35 -07:00
Anay Wadhera 2fccc4a48b Filter out contacts when downloading
PiperOrigin-RevId: 644181519
2024-06-17 17:15:43 -07:00
Francis Tsui 9ea59a98dc Cleanup payload creation.
PiperOrigin-RevId: 644155481
2024-06-17 15:39:23 -07:00
Anay Wadhera 15f669b3d9 Update NearbyShareContactManagerImpl to use absl::StatusOr
PiperOrigin-RevId: 644133624
2024-06-17 14:26:30 -07:00
Crisrael Lucero acc38a809b [Nearby Presence] Update ScanManager to trigger changed and lost events
PiperOrigin-RevId: 644072733
2024-06-17 11:17:00 -07:00
hai007 5098934e8c Update C wrapper to use pointers, instead of references, which is not supported by C.
PiperOrigin-RevId: 643505769
2024-06-14 18:37:56 -07:00
Francis Tsui 55b5b9ee07 Add adapter state to adapter status change notification.
PiperOrigin-RevId: 643380513
2024-06-14 10:10:07 -07:00
Francis Tsui 03dba4ae8b Remove unnecessary dependencies.
PiperOrigin-RevId: 643374160
2024-06-14 09:47:55 -07:00
Johnson Lu 80cf0e50fd Add num_failed_auto_resume into Payload logging.
PiperOrigin-RevId: 643283813
2024-06-14 02:28:00 -07:00
Anay Wadhera 9d65c2346c remove fastinit toggle api
PiperOrigin-RevId: 643117020
2024-06-13 14:13:58 -07:00
Crisrael Lucero e78a60f512 Move to google.protobuf.FieldMask
PiperOrigin-RevId: 643065889
2024-06-13 11:29:44 -07:00
Guogang Li 7d86d17ba6 Add a flag to control whether to use stable endpoint ID.
PiperOrigin-RevId: 643041599
2024-06-13 10:21:51 -07:00
Guogang Li bf5f843dfe Added logic to stabilize endpoint IDs
PiperOrigin-RevId: 642774719
2024-06-12 16:23:34 -07:00
Guogang Li 0d67ae9c33 Applied stable endpoint ID for everyone mode
PiperOrigin-RevId: 642629218
2024-06-12 08:53:53 -07:00
Guogang Li b2f8233294 Added logic to stabilize endpoint IDs
PiperOrigin-RevId: 642624940
2024-06-12 08:36:57 -07:00
Francis Tsui 3d2adf8b42 internal changes.
PiperOrigin-RevId: 642056854
2024-06-10 16:20:30 -07:00
Anay Wadhera a571b0324e Internal change
PiperOrigin-RevId: 642028815
2024-06-10 14:46:11 -07:00
Anay Wadhera fb982295fb Move to google.protobuf.FieldMask
PiperOrigin-RevId: 641320767
2024-06-07 12:13:13 -07:00
Guogang Li bc66c63a48 Fixed the issues to handle on lost advertisement
PiperOrigin-RevId: 641268507
2024-06-07 09:14:10 -07:00
Anay Wadhera c3924eb8df Add car and foldable types to target types.
PiperOrigin-RevId: 641248360
2024-06-07 07:50:45 -07:00
Francis Tsui 2d845718f2 Cleanup share target info.
PiperOrigin-RevId: 641091075
2024-06-06 18:57:08 -07:00
Francis Tsui ece828ab55 Simplify PairKeyVerificationRunner interface.
PiperOrigin-RevId: 641087956
2024-06-06 18:38:34 -07:00
Francis Tsui 3c73448dc8 Move Attachments into ShareTargetInfo.
PiperOrigin-RevId: 640597022
2024-06-05 11:48:00 -07:00
hai007 37e8523189 Internal change
PiperOrigin-RevId: 640541007
2024-06-05 08:54:10 -07:00
Edwin Wu 152cabab7c Fix a bug in file payload.
PiperOrigin-RevId: 640494382
2024-06-05 05:43:02 -07:00
Edwin Wu 334ef7a3e1 [JNI] Refactor Payload and PayloadId/PayloadType
PiperOrigin-RevId: 640490438
2024-06-05 05:25:29 -07:00
Francis Tsui 37327e79f3 Change Open to accept AttachmentContainer.
PiperOrigin-RevId: 640278287
2024-06-04 14:12:40 -07:00
Anay Wadhera 98dc739a8a Remove extra discovery_callback parameter from UnregisterSendSurface()
PiperOrigin-RevId: 640205209
2024-06-04 10:43:21 -07:00