Home
last modified time | relevance | path

Searched refs:enable_snoop (Results 1 – 8 of 8) 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 << ", 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,
48 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info));
/system/bt/main/shim/
Dl2cap.h63 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
Dl2c_api.h43 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
Dl2cap.cc167 uint16_t psm, const tL2CAP_APPL_INFO* callbacks, bool enable_snoop, in RegisterService() argument
173 if (!enable_snoop) { in RegisterService()
Dl2c_api.cc36 bool enable_snoop, in L2CA_Register() argument
68 return shim_l2cap.RegisterService(psm, callbacks, enable_snoop, p_ertm_info, in L2CA_Register()
/system/bt/stack/include/
Dl2c_api.h326 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
/system/bt/stack/l2cap/
Dl2c_api.cc64 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument
67 return bluetooth::shim::L2CA_Register(psm, p_cb_info, enable_snoop, in L2CA_Register()
116 p_rcb->log_packets = enable_snoop; in L2CA_Register()