Skip to content
Snippets Groups Projects
  1. Jan 22, 2024
  2. Dec 20, 2023
  3. Dec 19, 2023
  4. Dec 18, 2023
    • Motomu Utsumi's avatar
      Merge "Remove TrunkStable.bp" into main · 44049a39
      Motomu Utsumi authored
      44049a39
    • Kangping Dong's avatar
      Merge changes from topic "mdns-subtypes" into main · 19d05551
      Kangping Dong authored
      * changes:
        [mdns] add service-side impl for subtypes advertising
        [mdns] add support for advertising subtypes
      19d05551
    • Junyu Lai's avatar
      Remove sdk level check when calling getDataSaverEnabled · 8df4b700
      Junyu Lai authored
      Follow-up from aosp/2856948, the data saver status value is
      filled by ConnectivityService before Android V. Thus, calling
      BpfNetMapsReader#getDataSaverEnabled() is a legit use case, which
      should not trigger log.wtf.
      
      Remove the check accordingly.
      
      Test: TH
      Bug: 314858283
      Fix: 316839561
      Change-Id: I90c85ab98fbefd1f99ec799a4eec8d1d0cfd47b0
      8df4b700
    • Kangping Dong's avatar
      [mdns] add service-side impl for subtypes advertising · 5af24b65
      Kangping Dong authored
      This is the servide-side impl of the subtypes advertising added in
      aosp/2608627. See that CL for more backgrounds.
      
      Bug: 265095929
      Test: atest CtsNetTestCases FrameworksNetTests
      Change-Id: I3d6f96822ac89d12fe29c00f688d848297c25787
      5af24b65
    • Kangping Dong's avatar
      [mdns] add support for advertising subtypes · 6d618d77
      Kangping Dong authored
      This commit adds support of advertising and discovering services
      with subtypes.
      
      With this change, client can publish a new service with subtypes with
      code:
      ```
      NsdServiceInfo info = new NsdServiceInfo();
      info.setServiceName("My Service");
      info.setServiceType("_meshcop._udp");
      info.setSubtypes(Set.of("_abc"));
      
      nsdManager.registerService(info, PROTOCOL_DNS_SD, listener);
      ```
      
      Bug: 265095929
      Test: atest CtsNetTestCases FrameworksNetTests
      Change-Id: Ia83182e2d43002243d1ef4357d14a8056d7da14b
      6d618d77
  5. Dec 17, 2023
  6. Dec 16, 2023
  7. Dec 13, 2023
Loading