Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/cs/mocks/
Dconn.h22 FAKE(notify_cs_procedure_enable_available) \
36 DECLARE_FAKE_VOID_FUNC(notify_cs_procedure_enable_available, struct bt_conn *,
Dconn.c21 DEFINE_FAKE_VOID_FUNC(notify_cs_procedure_enable_available, struct bt_conn *,
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h514 void notify_cs_procedure_enable_available(struct bt_conn *conn,
Dcs.c1265 notify_cs_procedure_enable_available(conn, &params); in bt_hci_le_cs_procedure_enable_complete()
Dconn.c3412 void notify_cs_procedure_enable_available(struct bt_conn *conn, in notify_cs_procedure_enable_available() function