Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/offload/leaudio/hci/
Dproxy.rs86 flush_timeout: u8, field
110 flush_timeout: e.ft_c_to_p, in new_cis()
115 flush_timeout: e.ft_p_to_c, in new_cis()
132 flush_timeout: e.irc, in new_bis()
294 flushTimeout: c_to_p.flush_timeout as i32, in in_evt()
/packages/modules/Bluetooth/system/stack/include/
Dl2cap_acl_interface.h30 void acl_write_automatic_flush_timeout(const RawAddress& bd_addr, uint16_t flush_timeout);
Dhcidefs.h870 uint32_t flush_timeout; member
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc105 void OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) override { in OnReadAutomaticFlushTimeoutComplete() argument
106 SAVE_OR_CALL(OnReadAutomaticFlushTimeoutComplete, flush_timeout) in OnReadAutomaticFlushTimeoutComplete()
525 bool ClassicAclConnection::WriteAutomaticFlushTimeout(uint16_t flush_timeout) { in WriteAutomaticFlushTimeout() argument
527 WriteAutomaticFlushTimeoutBuilder::Create(handle_, flush_timeout), in WriteAutomaticFlushTimeout()
Dconnection_management_callbacks.h64 virtual void OnReadAutomaticFlushTimeoutComplete(uint16_t flush_timeout) = 0;
Dclassic_acl_connection.h66 virtual bool WriteAutomaticFlushTimeout(uint16_t flush_timeout);
Dconnection_management_callbacks_mock.h56 MOCK_METHOD(void, OnReadAutomaticFlushTimeoutComplete, (uint16_t flush_timeout), (override));
/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.h68 void (*on_read_automatic_flush_timeout_complete)(uint16_t flush_timeout);
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl326 flush_timeout : 16,
379 flush_timeout : 32, // in microseconds 0x0 = no retransmissions 0xFFFFFFFF = never flushed
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc568 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd()
699 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd()
Dl2c_utils.cc659 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req()
752 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_rsp()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc185 int32_t flush_timeout = osi_property_get_int32(PROPERTY_AUTO_FLUSH_TIMEOUT, 0); in NotifyAclFeaturesReadComplete() local
186 if (bluetooth::shim::GetController()->SupportsNonFlushablePb() && flush_timeout != 0) { in NotifyAclFeaturesReadComplete()
187 acl_write_automatic_flush_timeout(p_acl.remote_addr, static_cast<uint16_t>(flush_timeout)); in NotifyAclFeaturesReadComplete()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc346 MOCK_METHOD1(OnReadAutomaticFlushTimeoutComplete, void(uint16_t flush_timeout));
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl2146 flush_timeout : 16,
2152 flush_timeout : 16, // 0x0000-0x07FF Default 0x0000 (No Automatic Flush)
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2219 flush_timeout : 16,
2225 flush_timeout : 16, // 0x0000-0x07FF Default 0x0000 (No Automatic Flush)