Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dlinux_ipc_host.cpp329 std::string transmit(kWriteCharacteristicCommand); in OnGattWrite() local
330 transmit += "|" + server->first; in OnGattWrite()
331 transmit += "|" + base::HexEncode(id.data(), id.size()); in OnGattWrite()
332 transmit += "|" + encoded_value; in OnGattWrite()
334 OSI_NO_INTR(r = write(pfds_[kFdIpc].fd, transmit.data(), transmit.size())); in OnGattWrite()
/system/bt/hci/test/
Dhci_hal_mct_test.cpp40 transmit,
211 reset_for(transmit);
Dhci_hal_h4_test.cpp40 transmit,
211 reset_for(transmit);
/system/core/libnetutils/
Ddhcpclient.c419 goto transmit; in dhcp_init_ifc()
443 transmit: in dhcp_init_ifc()
509 goto transmit; in dhcp_init_ifc()
/system/connectivity/shill/doc/
Dipconfig-api.txt74 The maximum transmit unit (MTU) in bytes.
Ddevice-api.txt591 Reports the transmit bitrate of the last
593 which includes additional 802.11n transmit
/system/core/metricsd/uploader/proto/
Dchrome_user_metrics_extension.proto44 // Note: The default value is Chrome, so Chrome products will not transmit
/system/core/fastboot/
Dfastboot_protocol.txt234 4. If the host does not receive a response in 500ms it will re-transmit.
304 The host will re-transmit any packet that does not receive a response. The
337 * transmit R and save it in case of re-transmission
340 * re-transmit the saved response packet R from above
/system/core/adb/
Dprotocol.txt78 or identifier string. The banner is used to transmit useful properties.