Home
last modified time | relevance | path

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

/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc174 BT_HDR* sabm_channel_0 = AllocateWrappedIncomingL2capAclPacket( in ConnectServerL2cap() local
181 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_0); in ConnectServerL2cap()
313 BT_HDR* sabm_channel_0 = AllocateWrappedOutgoingL2capAclPacket( in TestConnectClientPortL2cap() local
315 EXPECT_CALL(l2cap_interface_, DataWrite(lcid, BtHdrEqual(sabm_channel_0))) in TestConnectClientPortL2cap()
318 osi_free(sabm_channel_0); in TestConnectClientPortL2cap()
793 BT_HDR* sabm_channel_0 = AllocateWrappedIncomingL2capAclPacket( in TEST_F() local
809 l2cap_appl_info_.pL2CA_DataInd_Cb(new_lcid, sabm_channel_0); in TEST_F()