Home
last modified time | relevance | path

Searched refs:notify_remote_cs_fae_table (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/cs/mocks/
Dconn.h23 FAKE(notify_remote_cs_fae_table)
29 DECLARE_FAKE_VOID_FUNC(notify_remote_cs_fae_table, struct bt_conn *,
Dconn.c15 DEFINE_FAKE_VOID_FUNC(notify_remote_cs_fae_table, struct bt_conn *, struct bt_conn_le_cs_fae_table);
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h503 void notify_remote_cs_fae_table(struct bt_conn *conn,
Dcs.c478 notify_remote_cs_fae_table(conn, fae_table); in bt_hci_le_cs_read_remote_fae_table_complete()
Dconn.c3344 void notify_remote_cs_fae_table(struct bt_conn *conn, struct bt_conn_le_cs_fae_table params) in notify_remote_cs_fae_table() function