GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix)

This commit is contained in:
Matthias Ringwald 2018-03-02 11:55:59 +01:00
parent d4e4907bbd
commit 451d6789e1

View File

@ -233,7 +233,6 @@ void gap_set_connection_parameter_range(le_connection_parameter_range_t *range){
#ifdef ENABLE_LE_PERIPHERAL
void gap_set_max_number_peripheral_connections(int max_peripheral_connections){
hci_stack->le_max_number_peripheral_connections = max_peripheral_connections;
log_error("gap_set_max_number_peripheral_connections called but ")
}
#endif