mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
added socket_connection_has_parked_connections query
This commit is contained in:
parent
bb6e320ff1
commit
40053a5a63
@ -106,3 +106,10 @@ void socket_connection_send_packet_all(uint16_t type, uint16_t channel, uint8_t
|
||||
* if dispatch is successful, a connection is added again to run loop
|
||||
*/
|
||||
void socket_connection_retry_parked(void);
|
||||
|
||||
|
||||
/**
|
||||
* query if at least one connection had to be parked
|
||||
*/
|
||||
int sockket_connection_has_parked_connections(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user