mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-28 00:35:42 +00:00
GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix)
This commit is contained in:
parent
d4e4907bbd
commit
451d6789e1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user