Home
last modified time | relevance | path

Searched defs:tx_config (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dl2cap_coc.cc103 CocConfig tx_config, in Create()
231 CocConfig tx_config, in L2capCoc()
H A Drfcomm_channel.cc149 Config tx_config, in Create()
260 Config tx_config, in RfcommChannel()
H A Dproxy_host.cc373 L2capCoc::CocConfig tx_config, in AcquireL2capCoc()
445 RfcommChannel::Config tx_config, in AcquireRfcommChannel()
H A Dproxy_host_test.cc263 RfcommChannel::Config tx_config = { member
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
H A Dl2cap_coc_internal.h28 CocConfig tx_config, in Create()
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/
H A Drfcomm_channel.h108 Config tx_config() const { return tx_config_; } in tx_config() function