Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/include/
H A Dl2cap_acl_interface.h35 uint16_t flush_timeout);
H A Dhcidefs.h908 uint32_t flush_timeout; member
/aosp12/bionic/libc/kernel/uapi/linux/
H A Datmlec.h55 unsigned int flush_timeout; member
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.cc107 void OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) override { in OnReadAutomaticFlushTimeoutComplete() argument
108 SAVE_OR_CALL(OnReadAutomaticFlushTimeoutComplete, flush_timeout) in OnReadAutomaticFlushTimeoutComplete()
489 bool ClassicAclConnection::WriteAutomaticFlushTimeout(uint16_t flush_timeout) { in WriteAutomaticFlushTimeout() argument
491 WriteAutomaticFlushTimeoutBuilder::Create(handle_, flush_timeout), in WriteAutomaticFlushTimeout()
H A Dconnection_management_callbacks.h64 virtual void OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) = 0;
H A Dclassic_acl_connection.h60 virtual bool WriteAutomaticFlushTimeout(uint16_t flush_timeout);
/aosp12/system/bt/main/shim/
H A Dacl_legacy_interface.h85 void (*on_read_automatic_flush_timeout_complete)(uint16_t flush_timeout);
H A Dacl.cc462 void OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) override { in OnReadAutomaticFlushTimeoutComplete() argument
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink.cc396 void Link::OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) { in OnReadAutomaticFlushTimeoutComplete() argument
397 LOG_INFO("UNIMPLEMENTED %s flush_timeout:%d", __func__, flush_timeout); in OnReadAutomaticFlushTimeoutComplete()
H A Dlink.h174 void OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) override;
/aosp12/system/bt/gd/l2cap/
H A Dl2cap_packets.pdl326 flush_timeout : 16,
379 flush_timeout : 32, // in microseconds 0x0 = no retransmissions 0xFFFFFFFF = never flushed
/aosp12/system/bt/gd/hci/facade/
H A Dacl_manager_facade.cc484 void OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) override { in OnReadAutomaticFlushTimeoutComplete() argument
485 LOG_INFO("OnReadAutomaticFlushTimeoutComplete flush_timeout:%d", flush_timeout); in OnReadAutomaticFlushTimeoutComplete()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_main.cc588 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd()
719 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd()
H A Dl2c_utils.cc648 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req()
738 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_rsp()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbt_amp_hci.h116 uint8 flush_timeout[4];
/aosp12/system/bt/gd/l2cap/classic/cert/
H A Dl2cap_test.py272 flush_timeout_option.flush_timeout = 65535
/aosp12/system/bt/gd/hci/
H A Dacl_manager_test.cc513 MOCK_METHOD1(OnReadAutomaticFlushTimeoutComplete, void(uint16_t flush_timeout));
H A Dhci_packets.pdl2002 flush_timeout : 16,
2008 flush_timeout : 16, // 0x0000-0x07FF Default 0x0000 (No Automatic Flush)