mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 15:44:32 +00:00
att: support for delayed att read response
This commit is contained in:
parent
e404a68886
commit
e8e7403e04
@ -347,6 +347,10 @@ static int att_server_process_validated_request(att_server_t * att_server){
|
||||
|
||||
// callback with handle ATT_READ_RESPONSE_PENDING
|
||||
att_server_client_read_callback(att_server->connection.con_handle, ATT_READ_RESPONSE_PENDING, 0, NULL, 0);
|
||||
|
||||
// free reserved buffer
|
||||
l2cap_release_packet_buffer();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user