Home
last modified time | relevance | path

Searched refs:at_client (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dat.h71 struct at_client;
85 typedef int (*parse_val_t)(struct at_client *at);
91 struct at_client { struct
103 void at_register(struct at_client *at, at_resp_cb_t resp, argument
106 int at_get_number(struct at_client *at, bt_u32_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,
115 int at_list_get_string(struct at_client *at, char *name, u8_t len);
116 int at_close_list(struct at_client *at);
117 int at_open_list(struct at_client *at);
[all …]
A Dat.c22 static void next_list(struct at_client *at) in next_list()
41 static void skip_space(struct at_client *at) in skip_space()
48 int at_get_number(struct at_client *at, bt_u32_t *val) in at_get_number()
154 static void reset_buffer(struct at_client *at) in reset_buffer()
205 static bool is_cmer(struct at_client *at) in is_cmer()
235 static bool is_ring(struct at_client *at) in is_ring()
271 int cme_handle(struct at_client *at) in cme_handle()
318 int at_parse_input(struct at_client *at, struct net_buf *buf) in at_parse_input()
430 int at_has_next_list(struct at_client *at) in at_has_next_list()
435 int at_open_list(struct at_client *at) in at_open_list()
[all …]
A Dhfp_hf.c54 void hf_slc_error(struct at_client *hf_at) in hf_slc_error()
102 int brsf_handle(struct at_client *hf_at) in brsf_handle()
119 int brsf_resp(struct at_client *hf_at, struct net_buf *buf) in brsf_resp()
159 int cind_handle(struct at_client *hf_at) in cind_handle()
209 int cind_resp(struct at_client *hf_at, struct net_buf *buf) in cind_resp()
285 int cind_status_handle(struct at_client *hf_at) in cind_status_handle()
321 int ciev_handle(struct at_client *hf_at) in ciev_handle()
348 int ring_handle(struct at_client *hf_at) in ring_handle()
363 int (*func)(struct at_client *hf_at);
434 int cmee_finish(struct at_client *hf_at, enum at_result result, in cmee_finish()
[all …]
A Dhfp_internal.h50 struct at_client at;

Completed in 7 milliseconds