Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Dhfp_hf.h49 struct bt_hfp_hf_cb { struct
169 int bt_hfp_hf_register(struct bt_hfp_hf_cb *cb); argument
/Zephyr-Core-3.7.0/samples/bluetooth/handsfree/src/
Dmain.c72 static struct bt_hfp_hf_cb hf_cb = {
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Dhfp_hf.c37 struct bt_hfp_hf_cb *bt_hf;
830 int bt_hfp_hf_register(struct bt_hfp_hf_cb *cb) in bt_hfp_hf_register()