Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/cs/mocks/
Dconn.h19 FAKE(notify_cs_config_removed) \
32 DECLARE_FAKE_VOID_FUNC(notify_cs_config_removed, struct bt_conn *, uint8_t);
Dconn.c17 DEFINE_FAKE_VOID_FUNC(notify_cs_config_removed, struct bt_conn *, uint8_t);
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h508 void notify_cs_config_removed(struct bt_conn *conn, uint8_t config_id);
Dcs.c818 notify_cs_config_removed(conn, evt->config_id); in bt_hci_le_cs_config_complete_event()
Dconn.c3378 void notify_cs_config_removed(struct bt_conn *conn, uint8_t config_id) in notify_cs_config_removed() function