| 168 | } |
| 169 | |
| 170 | static int send_time_test_data(MMSTContext *mmst) |
| 171 | { |
| 172 | start_command_packet(mmst, CS_PKT_TIMING_DATA_REQUEST); |
| 173 | insert_command_prefixes(&mmst->mms, 0x00f0f0f0, 0x0004000b); |
| 174 | return send_command_packet(mmst); |
| 175 | } |
| 176 | |
| 177 | static int send_protocol_select(MMSTContext *mmst) |
| 178 | { |
nothing calls this directly
no test coverage detected