Edwin Wu
d7a1fb8c48
analytics: Update the returned code for CreateUpgradedEndpointChannel of BWUHanlder and its enherited class for NC mediums.
...
PiperOrigin-RevId: 704171725
2024-12-09 00:24:54 -08:00
Janusz Sobczak
8ccb9fcfec
Replace std::function with AnyInvocable
...
PiperOrigin-RevId: 556090653
2023-08-11 14:27:08 -07:00
Suet-Fei Li
084f7ebd88
Remove location namespace in third_party/nearby.
...
PiperOrigin-RevId: 500023196
2023-01-06 02:53:57 -08:00
Janusz Sobczak
a3b6058753
Fully qualify ::location::nearby imports.
...
Find and replace exercise.
Replace
`using location::nearby`
with
`using ::location::nearby`
and
`using <Name> = location::nearby`
with
`using <Name> = ::location::nearby`
PiperOrigin-RevId: 490087051
2022-11-21 15:33:21 -08:00
nohle
98a5b9d0ee
[Nearby Connections][C++] Track bandwidth upgrade mediums for each endpoint (4/4 unit tests)
...
Add unit tests for BaseBwuHandler and BwuManager (BWU initiation only). Add fake classes and helper methods needed for testing. Refine comments and logs.
PiperOrigin-RevId: 442021842
2022-04-15 08:33:21 -07:00