Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Dhfp_hf.h49 struct bt_hfp_hf_cb { struct
57 void (*connected)(struct bt_conn *conn);
66 void (*disconnected)(struct bt_conn *conn);
75 void (*sco_connected)(struct bt_conn *conn, struct bt_conn *sco_conn);
84 void (*sco_disconnected)(struct bt_conn *sco_conn, uint8_t reason);
92 void (*service)(struct bt_conn *conn, uint32_t value);
100 void (*call)(struct bt_conn *conn, uint32_t value);
108 void (*call_setup)(struct bt_conn *conn, uint32_t value);
116 void (*call_held)(struct bt_conn *conn, uint32_t value);
124 void (*signal)(struct bt_conn *conn, uint32_t value);
[all …]