Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/hci/test/
Dpacket_fragmenter_test.cc58 static const uint16_t test_iso_handle_start_with_ts = (0x0666 | (0x0001 << 14)); variable
92 UINT16_TO_STREAM(packet_data, test_iso_handle_start_with_ts); in manufacture_packet_for_fragmentation()
134 ASSERT_EQ(test_iso_handle_start_with_ts, handle); in expect_packet_fragmented()
233 UINT16_TO_STREAM(packet_data, test_iso_handle_start_with_ts); in manufacture_iso_packet_and_then_reassemble()
305 ASSERT_EQ(is_complete ? test_iso_handle_complete_with_ts : test_iso_handle_start_with_ts, in expect_packet_reassembled_iso()