This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apr 11 16:53:50.603 HCI Command 0x0000 LE Set Scan Parameters - Passive - 30/300 (ms) | |
Apr 11 16:53:52.690 Kernel Debug 0x0000 **** [IOBluetoothHostControllerUSBTransport][DeviceRequestCompleteHandler] -- Received 0xE00002D6 (kIOReturnTimeout) -- 0x5000 **** | |
Apr 11 16:53:52.690 Error 0x0000 [IOBluetoothHostControllerUSBTransport::DeviceRequestCompleteHandler] -- error 0xe00002d6 (kIOReturnTimeout) | |
Apr 11 16:53:52.690 Error 0x0000 DeviceRequest Complete Timeout | |
Apr 11 16:53:57.146 Kernel Debug 0x0000 [[0xB000] OpCode 0x200B (LE Set Scan Parameters) from: bluetoothd (185) Synchronous status: 0x00 (kIOReturnSuccess) state: 2 (BUSY) timeout: 6543 originalTimeout: 6543] Bluetooth warning: An HCI Req timeout occurred. | |
Apr 11 16:53:57.146 Error 0x0000 An HCI Req 0X200B timeout occurred | |
Apr 11 16:53:57.147 HCI Command 0x0000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const cars = [ | |
{ | |
name : "BMW", | |
color : "blue", | |
logo : "bmw_logo.png", | |
type : "Sedan" | |
}, | |
{ | |
name : "Mercedes", | |
color : "black", |