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.h1917 void (*le_cs_config_removed)(struct bt_conn *conn, uint8_t config_id); member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3458 if (callback->le_cs_config_removed) { in notify_cs_config_removed()
3459 callback->le_cs_config_removed(conn, config_id); in notify_cs_config_removed()
3464 if (cb->le_cs_config_removed) { in notify_cs_config_removed()
3465 cb->le_cs_config_removed(conn, config_id); in notify_cs_config_removed()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c1113 static void le_cs_config_removed(struct bt_conn *conn, uint8_t config_id) in le_cs_config_removed() function
1152 .le_cs_config_removed = le_cs_config_removed,