Searched refs:le_cs_config_removed (Results 1 – 3 of 3) sorted by relevance
1888 void (*le_cs_config_removed)(struct bt_conn *conn, uint8_t config_id); member
3383 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()
1110 static void le_cs_config_removed(struct bt_conn *conn, uint8_t config_id) in le_cs_config_removed() function1149 .le_cs_config_removed = le_cs_config_removed,