mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 22:20:58 +00:00
remove debug code
This commit is contained in:
parent
c624031354
commit
2ed9ac63e2
@ -122,14 +122,6 @@ static void packet_handler (void * connection, uint8_t packet_type, uint16_t cha
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BTSTACK_EVENT_NR_CONNECTIONS_CHANGED:
|
|
||||||
if (packet[2]) {
|
|
||||||
printf("CONNECTED\n");
|
|
||||||
} else {
|
|
||||||
printf("NOT CONNECTED\n");
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
|
|
||||||
case HCI_EVENT_DISCONNECTION_COMPLETE:
|
case HCI_EVENT_DISCONNECTION_COMPLETE:
|
||||||
att_response_handle =0;
|
att_response_handle =0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user