Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc87 using bluetooth::rfcomm::CreateQuickMscPacket;
226 BT_HDR* uih_msc_cmd_from_peer = AllocateWrappedIncomingL2capAclPacket(CreateQuickMscPacket( in ConnectServerPort()
228 BT_HDR* uih_msc_response_to_peer = AllocateWrappedOutgoingL2capAclPacket(CreateQuickMscPacket( in ConnectServerPort()
233 BT_HDR* uih_msc_cmd_to_peer = AllocateWrappedOutgoingL2capAclPacket(CreateQuickMscPacket( in ConnectServerPort()
243 BT_HDR* uih_msc_response_from_peer = AllocateWrappedIncomingL2capAclPacket(CreateQuickMscPacket( in ConnectServerPort()
348 BT_HDR* uih_msc_cmd = AllocateWrappedOutgoingL2capAclPacket(CreateQuickMscPacket( in ConnectClientPort()
359 BT_HDR* uih_msc_response = AllocateWrappedIncomingL2capAclPacket(CreateQuickMscPacket( in ConnectClientPort()
365 BT_HDR* uih_msc_cmd_from_peer = AllocateWrappedIncomingL2capAclPacket(CreateQuickMscPacket( in ConnectClientPort()
367 BT_HDR* uih_msc_response_to_peer = AllocateWrappedOutgoingL2capAclPacket(CreateQuickMscPacket( in ConnectClientPort()
768 CreateQuickMscPacket(true, GetDlci(false, test_server_scn), new_lcid, acl_handle, true, in TEST_F()
[all …]
Dstack_rfcomm_test_utils_test.cc41 using bluetooth::rfcomm::CreateQuickMscPacket;
162 EXPECT_THAT(CreateQuickMscPacket(true, GetDlci(false, 3), 0x005c, 0x0008, true, false, true, true, in TEST()
189 EXPECT_THAT(CreateQuickMscPacket(true, GetDlci(false, 3), 0x005c, 0x0008, false, false, true, in TEST()
Dstack_rfcomm_test_utils.h183 std::vector<uint8_t> CreateQuickMscPacket(bool rfc_cr, uint8_t dlci, uint16_t l2cap_lcid,
Dstack_rfcomm_test_utils.cc172 std::vector<uint8_t> CreateQuickMscPacket(bool rfc_cr, uint8_t dlci, uint16_t l2cap_lcid, in CreateQuickMscPacket() function