Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c42 static void call_setup(struct bt_conn *conn, uint32_t value) in call_setup() function
77 .call_setup = call_setup,
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_hf.h108 void (*call_setup)(struct bt_conn *conn, uint32_t value); member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c329 if (bt_hf->call_setup) { in ag_indicator_handle_values()
330 bt_hf->call_setup(conn, value); in ag_indicator_handle_values()