Home
last modified time | relevance | path

Searched refs:bt_conn_le_cs_config (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/cs/mocks/
Dconn.c16 DEFINE_FAKE_VOID_FUNC(notify_cs_config_created, struct bt_conn *, struct bt_conn_le_cs_config *);
Dconn.h31 DECLARE_FAKE_VOID_FUNC(notify_cs_config_created, struct bt_conn *, struct bt_conn_le_cs_config *);
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_reflector.c99 static void config_created_cb(struct bt_conn *conn, struct bt_conn_le_cs_config *config) in config_created_cb()
Dconnected_cs_initiator.c148 static void config_created_cb(struct bt_conn *conn, struct bt_conn_le_cs_config *config) in config_created_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h491 struct bt_conn_le_cs_config { struct
1878 void (*le_cs_config_created)(struct bt_conn *conn, struct bt_conn_le_cs_config *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.c797 struct bt_conn_le_cs_config config; in bt_hci_le_cs_config_complete_event()
Dconn.c3361 void notify_cs_config_created(struct bt_conn *conn, struct bt_conn_le_cs_config *params) in notify_cs_config_created()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1057 static void le_cs_config_created(struct bt_conn *conn, struct bt_conn_le_cs_config *config) in le_cs_config_created()