Lines Matching refs:pair_match_buf

64 	uint8_t pair_match_buf[32];  member
154 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_configure_pps()
160 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_configure_pps()
331 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_set_fix_rate()
337 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_set_fix_rate()
387 strncpy(data->pair_match_buf, "$PAIR051,", sizeof(data->pair_match_buf)); in quectel_lcx6g_get_fix_rate()
388 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_get_fix_rate()
445 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_set_navigation_mode()
451 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_set_navigation_mode()
518 strncpy(data->pair_match_buf, "$PAIR081,", sizeof(data->pair_match_buf)); in quectel_lcx6g_get_navigation_mode()
519 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_get_navigation_mode()
569 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_set_enabled_systems()
575 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_set_enabled_systems()
596 ret = gnss_nmea0183_snprintk(data->pair_match_buf, sizeof(data->pair_match_buf), in quectel_lcx6g_set_enabled_systems()
602 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_set_enabled_systems()
669 strncpy(data->pair_match_buf, "$PAIR067,", sizeof(data->pair_match_buf)); in quectel_lcx6g_get_enabled_systems()
670 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_get_enabled_systems()
693 strncpy(data->pair_match_buf, "$PAIR411,", sizeof(data->pair_match_buf)); in quectel_lcx6g_get_enabled_systems()
694 ret = modem_chat_match_set_match(&data->pair_match, data->pair_match_buf); in quectel_lcx6g_get_enabled_systems()