Lines Matching refs:at_client
20 static void next_list(struct at_client *at) in next_list()
39 static void skip_space(struct at_client *at) in skip_space()
46 int at_get_number(struct at_client *at, uint32_t *val) in at_get_number()
92 static int get_cmd_value(struct at_client *at, struct net_buf *buf, in get_cmd_value()
122 static int get_response_string(struct at_client *at, struct net_buf *buf, in get_response_string()
152 static void reset_buffer(struct at_client *at) in reset_buffer()
158 static int at_state_start(struct at_client *at, struct net_buf *buf) in at_state_start()
171 static int at_state_start_cr(struct at_client *at, struct net_buf *buf) in at_state_start_cr()
184 static int at_state_start_lf(struct at_client *at, struct net_buf *buf) in at_state_start_lf()
198 static int at_state_get_cmd_string(struct at_client *at, struct net_buf *buf) in at_state_get_cmd_string()
203 static bool is_cmer(struct at_client *at) in is_cmer()
212 static int at_state_process_cmd(struct at_client *at, struct net_buf *buf) in at_state_process_cmd()
228 static int at_state_get_result_string(struct at_client *at, struct net_buf *buf) in at_state_get_result_string()
233 static bool is_ring(struct at_client *at) in is_ring()
242 static int at_state_process_result(struct at_client *at, struct net_buf *buf) in at_state_process_result()
269 int cme_handle(struct at_client *at) in cme_handle()
287 static int at_state_process_ag_nw_err(struct at_client *at, struct net_buf *buf) in at_state_process_ag_nw_err()
294 static int at_state_unsolicited_cmd(struct at_client *at, struct net_buf *buf) in at_state_unsolicited_cmd()
316 int at_parse_input(struct at_client *at, struct net_buf *buf) in at_parse_input()
336 static int at_cmd_start(struct at_client *at, struct net_buf *buf, in at_cmd_start()
359 static int at_cmd_get_value(struct at_client *at, struct net_buf *buf, in at_cmd_get_value()
368 static int at_cmd_process_value(struct at_client *at, struct net_buf *buf, in at_cmd_process_value()
380 static int at_cmd_state_end_lf(struct at_client *at, struct net_buf *buf, in at_cmd_state_end_lf()
404 int at_parse_cmd_input(struct at_client *at, struct net_buf *buf, in at_parse_cmd_input()
428 int at_has_next_list(struct at_client *at) in at_has_next_list()
433 int at_open_list(struct at_client *at) in at_open_list()
446 int at_close_list(struct at_client *at) in at_close_list()
460 int at_list_get_string(struct at_client *at, char *name, uint8_t len) in at_list_get_string()
495 int at_list_get_range(struct at_client *at, uint32_t *min, uint32_t *max) in at_list_get_range()
527 void at_register_unsolicited(struct at_client *at, at_resp_cb_t unsolicited) in at_register_unsolicited()
532 void at_register(struct at_client *at, at_resp_cb_t resp, at_finish_cb_t finish) in at_register()