Home
last modified time | relevance | path

Searched refs:in_band (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_ag.h126 void (*ringing)(struct bt_hfp_ag *ag, bool in_band);
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c65 static void ag_ringing(struct bt_hfp_ag *ag, bool in_band) in ag_ringing() argument
67 printk("Ringing (in bond? %s)\n", in_band ? "Yes" : "No"); in ag_ringing()