Searched refs:CreateQuickMscPacket (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 87 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 …]
|
D | stack_rfcomm_test_utils_test.cc | 41 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()
|
D | stack_rfcomm_test_utils.h | 183 std::vector<uint8_t> CreateQuickMscPacket(bool rfc_cr, uint8_t dlci, uint16_t l2cap_lcid,
|
D | stack_rfcomm_test_utils.cc | 172 std::vector<uint8_t> CreateQuickMscPacket(bool rfc_cr, uint8_t dlci, uint16_t l2cap_lcid, in CreateQuickMscPacket() function
|