Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/hci/test/
Dpacket_fragmenter_test.cc59 static const uint16_t test_iso_handle_start_without_ts = (0x0666); // Also base handle variable
96 UINT16_TO_STREAM(packet_data, test_iso_handle_start_without_ts); in manufacture_packet_for_fragmentation()
140 ASSERT_EQ(test_iso_handle_start_without_ts, handle); in expect_packet_fragmented()
239 UINT16_TO_STREAM(packet_data, test_iso_handle_start_without_ts); in manufacture_iso_packet_and_then_reassemble()
309 ASSERT_EQ(is_complete ? test_iso_handle_complete_without_ts : test_iso_handle_start_without_ts, in expect_packet_reassembled_iso()