Searched refs:SAMPLE_PACKET (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/l2cap/le/cert/ |
D | le_l2cap_test.py | 33 SAMPLE_PACKET = bt_packets.RawBuilder([0x19, 0x26, 0x08, 0x17]) variable 146 cert_channel.send(SAMPLE_PACKET) 243 cert_channel.send_first_le_i_frame(sdu_size_for_two_sample_packet, SAMPLE_PACKET) 244 cert_channel.send(SAMPLE_PACKET) 254 cert_channel.send_first_le_i_frame(4, SAMPLE_PACKET) 262 cert_channel.send_first_le_i_frame(4, SAMPLE_PACKET) 274 cert_channel_y.send_first_le_i_frame(4, SAMPLE_PACKET) 275 cert_channel_z.send_first_le_i_frame(4, SAMPLE_PACKET) 276 cert_channel_y.send_first_le_i_frame(4, SAMPLE_PACKET) 277 cert_channel_z.send_first_le_i_frame(4, SAMPLE_PACKET) [all …]
|
D | dual_l2cap_test.py | 33 SAMPLE_PACKET = bt_packets.RawBuilder([0x19, 0x26, 0x08, 0x17]) variable 158 le_cert_channel.send_first_le_i_frame(4, SAMPLE_PACKET) 183 le_cert_channel.send_first_le_i_frame(4, SAMPLE_PACKET)
|
/system/bt/gd/l2cap/classic/cert/ |
D | l2cap_test.py | 42 SAMPLE_PACKET = RawBuilder([x for x in SAMPLE_PACKET_DATA]) variable 143 … 0x99, 0, Final.NOT_SET, 1, l2cap_packets.SegmentationAndReassembly.UNSEGMENTED, SAMPLE_PACKET) 162 cert_channel.send_i_frame(tx_seq=0, req_seq=1, payload=SAMPLE_PACKET) 598 cert_channel.send_i_frame(tx_seq=0, req_seq=0, payload=SAMPLE_PACKET) 624 cert_channel.send_i_frame(tx_seq=0, req_seq=0, payload=SAMPLE_PACKET, fcs=FcsType.DEFAULT) 642 cert_channel.send_i_frame(tx_seq=0, req_seq=1, payload=SAMPLE_PACKET) 647 cert_channel.send_i_frame(tx_seq=1, req_seq=2, payload=SAMPLE_PACKET) 652 cert_channel.send_i_frame(tx_seq=2, req_seq=3, payload=SAMPLE_PACKET) 666 cert_channel.send_i_frame(tx_seq=i, req_seq=0, payload=SAMPLE_PACKET) 669 …annel.send_i_frame(tx_seq=3, req_seq=0, sar=SegmentationAndReassembly.START, payload=SAMPLE_PACKET) [all …]
|