Home
last modified time | relevance | path

Searched refs:enable_snoop (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/test/common/
Dmock_l2cap_layer.cc28 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument
31 VLOG(1) << __func__ << ": psm=" << psm << ", enable_snoop=" << enable_snoop; in L2CA_Register()
32 return l2cap_interface->Register(psm, p_cb_info, enable_snoop, p_ertm_info); in L2CA_Register()
Dmock_l2cap_layer.h30 bool enable_snoop,
59 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info));
Dmock_main_shim_l2c_api.cc156 uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, bool enable_snoop, in L2CA_Register() argument
/system/bt/test/mock/
Dmock_stack_l2cap_api.h74 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
78 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu,
81 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in operator()
84 return body(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, in operator()
95 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
99 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu,
102 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in operator()
105 return body(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, in operator()
Dmock_stack_l2cap_api.cc107 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register2() argument
112 psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, required_remote_mtu, in L2CA_Register2()
116 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument
121 psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, required_remote_mtu, in L2CA_Register()
Dmock_main_shim_l2cap_api.h111 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
115 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu,
118 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in operator()
121 return body(client_psm, callbacks, enable_snoop, p_ertm_info, my_mtu, in operator()
Dmock_main_shim_l2cap_api.cc114 uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, bool enable_snoop, in L2CA_Register() argument
119 client_psm, callbacks, enable_snoop, p_ertm_info, my_mtu, in L2CA_Register()
/system/bt/stack/test/hid/
Dstack_hid_test.cc64 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in TEST_F()
/system/bt/stack/include/
Dl2c_api.h337 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
356 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
/system/bt/main/shim/
Dl2c_api.h44 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
Dl2c_api.cc709 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument
/system/bt/stack/l2cap/
Dl2c_api.cc52 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register2() argument
55 auto ret = L2CA_Register(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, in L2CA_Register2()
76 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument
80 return bluetooth::shim::L2CA_Register(psm, p_cb_info, enable_snoop, in L2CA_Register()
135 p_rcb->log_packets = enable_snoop; in L2CA_Register()