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.cc77 using bluetooth::AllocateWrappedOutgoingL2capAclPacket;
175 BT_HDR* ua_channel_0 = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerL2cap()
193 BT_HDR* uih_pn_rsp_to_peer = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
224 BT_HDR* ua_channel_dlci = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
237 BT_HDR* uih_msc_response_to_peer = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
244 BT_HDR* uih_msc_cmd_to_peer = AllocateWrappedOutgoingL2capAclPacket( in ConnectServerPort()
271 AllocateWrappedOutgoingL2capAclPacket(CreateQuickPnPacket( in StartClientPort()
312 BT_HDR* sabm_channel_0 = AllocateWrappedOutgoingL2capAclPacket( in TestConnectClientPortL2cap()
332 AllocateWrappedOutgoingL2capAclPacket(CreateQuickPnPacket( in ConnectClientPort()
362 BT_HDR* sabm_channel_3 = AllocateWrappedOutgoingL2capAclPacket( in ConnectClientPort()
[all …]