Home
last modified time | relevance | path

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

/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.cc115 tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu, in L2CA_Register() argument
119 client_psm, callbacks, enable_snoop, p_ertm_info, my_mtu, in L2CA_Register()
/system/bt/stack/test/common/
Dmock_l2cap_layer.cc28 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument
32 return l2cap_interface->Register(psm, p_cb_info, enable_snoop, p_ertm_info); in L2CA_Register()
Dmock_l2cap_layer.h31 tL2CAP_ERTM_INFO* p_ertm_info) = 0;
59 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info));
Dmock_main_shim_l2c_api.cc157 tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu, in L2CA_Register() argument
/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/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
81 p_ertm_info, my_mtu, in L2CA_Register()
138 p_rcb->ertm_info = p_ertm_info == nullptr in L2CA_Register()
140 : *p_ertm_info; in L2CA_Register()
/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
721 (p_ertm_info != nullptr && in L2CA_Register()
722 p_ertm_info->preferred_mode == L2CAP_FCR_ERTM_MODE in L2CA_Register()