Skip to content

Instantly share code, notes, and snippets.

View amoghpalnitkar's full-sized avatar

Amogh Palnitkar amoghpalnitkar

View GitHub Profile
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
@amoghpalnitkar
amoghpalnitkar / cars.js
Last active November 2, 2017 10:50
Helper for medium blog.
const cars = [
{
name : "BMW",
color : "blue",
logo : "bmw_logo.png",
type : "Sedan"
},
{
name : "Mercedes",
color : "black",