mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-11 09:40:24 +00:00
don't dump all events to syslog
This commit is contained in:
parent
f4726e1de2
commit
8bb321cf59
@ -174,7 +174,7 @@ static BluetoothController* sharedInstance = nil;
|
|||||||
}
|
}
|
||||||
|
|
||||||
-(void)eventPacketHandler:(uint8_t*) packet withSize:(uint16_t) size {
|
-(void)eventPacketHandler:(uint8_t*) packet withSize:(uint16_t) size {
|
||||||
NSLog(@"bt_packet_handler event: %u, state %u", packet[0], state);
|
// NSLog(@"bt_packet_handler event: %u, state %u", packet[0], state);
|
||||||
|
|
||||||
// update state
|
// update state
|
||||||
switch(packet[0]){
|
switch(packet[0]){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user