Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c47 static void call_held(struct bt_conn *conn, uint32_t value) in call_held() function
78 .call_held = call_held,
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_hf.h116 void (*call_held)(struct bt_conn *conn, uint32_t value); member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c29 CREATE_FLAG(call_held);
38 SET_FLAG(call_held); in tbs_hold_call_cb()
435 WAIT_FOR_COND(call_held); in test_main()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c334 if (bt_hf->call_held) { in ag_indicator_handle_values()
335 bt_hf->call_held(conn, value); in ag_indicator_handle_values()