Lines Matching refs:at
76 typedef int (*at_resp_cb_t)(struct at_client *at, struct net_buf *buf);
83 typedef int (*at_finish_cb_t)(struct at_client *at, enum at_result result,
85 typedef int (*parse_val_t)(struct at_client *at);
86 typedef int (*handle_parse_input_t)(struct at_client *at, struct net_buf *buf);
87 typedef int (*handle_cmd_input_t)(struct at_client *at, struct net_buf *buf,
103 void at_register(struct at_client *at, at_resp_cb_t resp,
105 void at_register_unsolicited(struct at_client *at, at_resp_cb_t unsolicited);
106 int at_get_number(struct at_client *at, uint32_t *val);
108 int at_parse_input(struct at_client *at, struct net_buf *buf);
110 int at_parse_cmd_input(struct at_client *at, struct net_buf *buf,
114 int at_list_get_range(struct at_client *at, uint32_t *min, uint32_t *max);
115 int at_list_get_string(struct at_client *at, char *name, uint8_t len);
116 int at_close_list(struct at_client *at);
117 int at_open_list(struct at_client *at);
118 int at_has_next_list(struct at_client *at);