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