Home
last modified time | relevance | path

Searched refs:bt_le_cs_create_config (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h661 int bt_le_cs_create_config(struct bt_conn *conn, struct bt_le_cs_create_config_params *params,
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c307 err = bt_le_cs_create_config(connection, &config_params, in main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c424 err = bt_le_cs_create_config(default_conn, &params, context); in cmd_create_config()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c847 int bt_le_cs_create_config(struct bt_conn *conn, struct bt_le_cs_create_config_params *params, in bt_le_cs_create_config() function