Home
last modified time | relevance | path

Searched refs:BLUETOOTH_DHCP_PREFIX_LENGTH (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/net/java/android/net/ip/
DIpServer.java99 private static final int BLUETOOTH_DHCP_PREFIX_LENGTH = 24; field in IpServer
409 return configureDhcp(enabled, srvAddr, BLUETOOTH_DHCP_PREFIX_LENGTH); in configureIPv4()