Home
last modified time | relevance | path

Searched refs:le_cs_config_removed (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1888 void (*le_cs_config_removed)(struct bt_conn *conn, uint8_t config_id); member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3383 if (callback->le_cs_config_removed) { in notify_cs_config_removed()
3384 callback->le_cs_config_removed(conn, config_id); in notify_cs_config_removed()
3389 if (cb->le_cs_config_removed) { in notify_cs_config_removed()
3390 cb->le_cs_config_removed(conn, config_id); in notify_cs_config_removed()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1110 static void le_cs_config_removed(struct bt_conn *conn, uint8_t config_id) in le_cs_config_removed() function
1149 .le_cs_config_removed = le_cs_config_removed,