Home
last modified time | relevance | path

Searched refs:at_resp_cb_t (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.h76 typedef int (*at_resp_cb_t)(struct at_client *at, struct net_buf *buf); typedef
97 at_resp_cb_t resp;
98 at_resp_cb_t unsolicited;
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);
Dat.c527 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()
Dhfp_hf.c139 int hfp_hf_send_cmd(struct bt_hfp_hf *hf, at_resp_cb_t resp, in hfp_hf_send_cmd()