/system/bt/stack/test/common/ |
D | mock_l2cap_layer.cc | 28 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()
|
D | mock_l2cap_layer.h | 30 bool enable_snoop, 59 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info));
|
D | mock_main_shim_l2c_api.cc | 156 uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, bool enable_snoop, in L2CA_Register() argument
|
/system/bt/test/mock/ |
D | mock_stack_l2cap_api.h | 74 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()
|
D | mock_stack_l2cap_api.cc | 107 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()
|
D | mock_main_shim_l2cap_api.h | 111 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()
|
D | mock_main_shim_l2cap_api.cc | 114 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/ |
D | stack_hid_test.cc | 64 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in TEST_F()
|
/system/bt/stack/include/ |
D | l2c_api.h | 337 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, 356 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
|
/system/bt/main/shim/ |
D | l2c_api.h | 44 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
|
D | l2c_api.cc | 709 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 52 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()
|