mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
add missing argument
This commit is contained in:
parent
c22aecc9a7
commit
5fa0b7cf47
@ -324,7 +324,7 @@ int hci_send_acl_packet_buffer(int size){
|
|||||||
hci_con_handle_t con_handle = READ_ACL_CONNECTION_HANDLE(packet);
|
hci_con_handle_t con_handle = READ_ACL_CONNECTION_HANDLE(packet);
|
||||||
hci_connection_t *connection = hci_connection_for_handle( con_handle);
|
hci_connection_t *connection = hci_connection_for_handle( con_handle);
|
||||||
if (!connection) {
|
if (!connection) {
|
||||||
log_error("hci_send_acl_packet_buffer called but no connection for handle 0x%04x");
|
log_error("hci_send_acl_packet_buffer called but no connection for handle 0x%04x", con_handle);
|
||||||
hci_release_packet_buffer();
|
hci_release_packet_buffer();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user