Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/cs/mocks/
Dconn.h18 FAKE(notify_cs_config_created) \
31 DECLARE_FAKE_VOID_FUNC(notify_cs_config_created, struct bt_conn *, struct bt_conn_le_cs_config *);
Dconn.c16 DEFINE_FAKE_VOID_FUNC(notify_cs_config_created, struct bt_conn *, struct bt_conn_le_cs_config *);
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h506 void notify_cs_config_created(struct bt_conn *conn, struct bt_conn_le_cs_config *params);
Dcs.c843 notify_cs_config_created(conn, &config); in bt_hci_le_cs_config_complete_event()
Dconn.c3436 void notify_cs_config_created(struct bt_conn *conn, struct bt_conn_le_cs_config *params) in notify_cs_config_created() function