mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-11 21:44:49 +00:00
hci_shutdown_connection returns void
This commit is contained in:
parent
e7cedbd239
commit
67a3e8ec46
@ -305,7 +305,7 @@ static void acl_handler(uint8_t *packet, int size){
|
||||
hci_run();
|
||||
}
|
||||
|
||||
static hci_shutdown_connection(hci_connection_t *conn){
|
||||
static void hci_shutdown_connection(hci_connection_t *conn){
|
||||
log_dbg("Connection closed: handle %u, ", conn->con_handle);
|
||||
print_bd_addr( conn->address );
|
||||
log_dbg("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user