mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-18 19:21:54 +00:00
added socket_connection_has_parked_connections query
This commit is contained in:
parent
40053a5a63
commit
9025188b5c
@ -265,6 +265,9 @@ void socket_connection_retry_parked(){
|
||||
}
|
||||
}
|
||||
|
||||
int socket_connection_has_parked_connections(void){
|
||||
return parked != NULL;
|
||||
}
|
||||
|
||||
static int socket_connection_accept(struct data_source *socket_ds) {
|
||||
struct sockaddr_storage ss;
|
||||
|
Loading…
x
Reference in New Issue
Block a user