Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dstack_test_packet_utils.h73 BT_HDR* AllocateWrappedOutgoingL2capAclPacket(const uint8_t* acl_packet_bytes,
75 BT_HDR* AllocateWrappedOutgoingL2capAclPacket(
Dstack_test_packet_utils.cc75 BT_HDR* AllocateWrappedOutgoingL2capAclPacket(const uint8_t* acl_packet_bytes, in AllocateWrappedOutgoingL2capAclPacket() function
91 BT_HDR* AllocateWrappedOutgoingL2capAclPacket( in AllocateWrappedOutgoingL2capAclPacket() function
93 return AllocateWrappedOutgoingL2capAclPacket(buffer.data(), buffer.size()); in AllocateWrappedOutgoingL2capAclPacket()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc78 using bluetooth::AllocateWrappedOutgoingL2capAclPacket;
176 BT_HDR* ua_channel_0 = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerL2cap()
194 BT_HDR* uih_pn_rsp_to_peer = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
225 BT_HDR* ua_channel_dlci = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
238 BT_HDR* uih_msc_response_to_peer = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
245 BT_HDR* uih_msc_cmd_to_peer = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
272 AllocateWrappedOutgoingL2capAclPacket(CreateQuickPnPacket( in StartClientPort()
313 BT_HDR* sabm_channel_0 = AllocateWrappedOutgoingL2capAclPacket( in TestConnectClientPortL2cap()
333 AllocateWrappedOutgoingL2capAclPacket(CreateQuickPnPacket( in ConnectClientPort()
363 BT_HDR* sabm_channel_3 = AllocateWrappedOutgoingL2capAclPacket( in ConnectClientPort()
[all …]