Home
last modified time | relevance | path

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

/system/bt/doc/
Dbtsnoop_net.md8 incoming TCP connections on port 8872.
Dpower_management.md37 currently known connections to a given device. Thus, if RFCOMM specifies that
86 Throughout the `bta_dm_pm.c` file, connections whose power management states are
/system/sepolicy/
Ddhcp.te28 # PAN connections
Dsystem_server.te359 # Create a socket for connections from debuggerd.
/system/bt/service/
Dgatt_server_old.cpp120 std::set<int> connections; member
290 g_internal->connections.insert(conn_id); in ConnectionCallback()
292 g_internal->connections.erase(conn_id); in ConnectionCallback()
760 for (auto connection : internal_->connections) { in SetCharacteristicValue()
/system/core/adb/
DSERVICES.TXT100 Asks the ADB server to forward local connections from <local>
131 Remove all forward network connections.
135 List all existing forward connections from this server.
246 socket connections from a device to the host. <forward-command> is one
Dprotocol.txt202 outbound connections and the connection to the remote side.
207 threadpair. The reason for this is that for usb connections, the
/system/connectivity/shill/doc/
Ddevice-api.txt259 (Celluar only) Whether cellular data connections
262 property is false, data connections are not
464 connections.
466 APN when making connections. This property
469 APN when making connections. This property
Dservice-api.txt285 carrier for making data connections. The value of
289 "apn" The APN to use for making connections
1255 direct connections in case the PAC script is not
Dmanager-api.txt604 connections, reverting to 802.11n.
/system/connectivity/shill/wifi/
Dwifi_provider.cc732 uint64_t connections = atoll(freq_count[1].c_str()); in ParseStringListFreqCount() local
733 (*numbers)[freq] = connections; in ParseStringListFreqCount()