Home
last modified time | relevance | path

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

/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc176 BT_HDR* ua_channel_0 = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerL2cap() local
178 EXPECT_CALL(l2cap_interface_, DataWrite(lcid, BtHdrEqual(ua_channel_0))) in ConnectServerL2cap()
182 osi_free(ua_channel_0); in ConnectServerL2cap()
330 BT_HDR* ua_channel_0 = AllocateWrappedIncomingL2capAclPacket( in ConnectClientPort() local
340 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_0); in ConnectClientPort()
796 BT_HDR* ua_channel_0 = AllocateWrappedOutgoingL2capAclPacket( in TEST_F() local
798 EXPECT_CALL(l2cap_interface_, DataWrite(new_lcid, BtHdrEqual(ua_channel_0))) in TEST_F()
810 osi_free(ua_channel_0); in TEST_F()