Lines Matching refs:mock
58 namespace mock { namespace
103 return test::mock::stack_l2cap_api::l2c_get_transport_from_fixed_cid( in l2c_get_transport_from_fixed_cid()
111 return test::mock::stack_l2cap_api::L2CA_Register2( in L2CA_Register2()
120 return test::mock::stack_l2cap_api::L2CA_Register( in L2CA_Register()
126 test::mock::stack_l2cap_api::L2CA_Deregister(psm); in L2CA_Deregister()
130 return test::mock::stack_l2cap_api::L2CA_AllocateLePSM(); in L2CA_AllocateLePSM()
134 test::mock::stack_l2cap_api::L2CA_FreeLePSM(psm); in L2CA_FreeLePSM()
139 return test::mock::stack_l2cap_api::L2CA_ConnectReq2(psm, p_bd_addr, in L2CA_ConnectReq2()
144 return test::mock::stack_l2cap_api::L2CA_ConnectReq(psm, p_bd_addr); in L2CA_ConnectReq()
149 return test::mock::stack_l2cap_api::L2CA_RegisterLECoc(psm, p_cb_info, in L2CA_RegisterLECoc()
154 test::mock::stack_l2cap_api::L2CA_DeregisterLECoc(psm); in L2CA_DeregisterLECoc()
159 return test::mock::stack_l2cap_api::L2CA_ConnectLECocReq(psm, p_bd_addr, in L2CA_ConnectLECocReq()
164 return test::mock::stack_l2cap_api::L2CA_GetPeerLECocConfig(lcid, peer_cfg); in L2CA_GetPeerLECocConfig()
170 return test::mock::stack_l2cap_api::L2CA_ConnectCreditBasedRsp( in L2CA_ConnectCreditBasedRsp()
177 return test::mock::stack_l2cap_api::L2CA_ConnectCreditBasedReq(psm, p_bd_addr, in L2CA_ConnectCreditBasedReq()
184 return test::mock::stack_l2cap_api::L2CA_ReconfigCreditBasedConnsReq( in L2CA_ReconfigCreditBasedConnsReq()
189 return test::mock::stack_l2cap_api::L2CA_DisconnectReq(cid); in L2CA_DisconnectReq()
193 return test::mock::stack_l2cap_api::L2CA_DisconnectLECocReq(cid); in L2CA_DisconnectLECocReq()
197 return test::mock::stack_l2cap_api::L2CA_GetRemoteCid(lcid, rcid); in L2CA_GetRemoteCid()
202 return test::mock::stack_l2cap_api::L2CA_SetIdleTimeoutByBdAddr( in L2CA_SetIdleTimeoutByBdAddr()
207 return test::mock::stack_l2cap_api::L2CA_SetTraceLevel(new_level); in L2CA_SetTraceLevel()
211 return test::mock::stack_l2cap_api::L2CA_SetAclPriority(bd_addr, priority); in L2CA_SetAclPriority()
215 return test::mock::stack_l2cap_api::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
220 return test::mock::stack_l2cap_api::L2CA_GetPeerFeatures(bd_addr, p_ext_feat, in L2CA_GetPeerFeatures()
226 return test::mock::stack_l2cap_api::L2CA_RegisterFixedChannel(fixed_cid, in L2CA_RegisterFixedChannel()
231 return test::mock::stack_l2cap_api::L2CA_ConnectFixedChnl(fixed_cid, rem_bda); in L2CA_ConnectFixedChnl()
236 return test::mock::stack_l2cap_api::L2CA_SendFixedChnlData(fixed_cid, rem_bda, in L2CA_SendFixedChnlData()
241 return test::mock::stack_l2cap_api::L2CA_RemoveFixedChnl(fixed_cid, rem_bda); in L2CA_RemoveFixedChnl()
245 return test::mock::stack_l2cap_api::L2CA_SetLeGattTimeout(rem_bda, idle_tout); in L2CA_SetLeGattTimeout()
249 return test::mock::stack_l2cap_api::L2CA_DataWrite(cid, p_data); in L2CA_DataWrite()
253 return test::mock::stack_l2cap_api::L2CA_LECocDataWrite(cid, p_data); in L2CA_LECocDataWrite()
257 return test::mock::stack_l2cap_api::L2CA_SetChnlFlushability(cid, in L2CA_SetChnlFlushability()
262 return test::mock::stack_l2cap_api::L2CA_FlushChannel(lcid, num_to_flush); in L2CA_FlushChannel()
267 return test::mock::stack_l2cap_api::L2CA_IsLinkEstablished(bd_addr, in L2CA_IsLinkEstablished()