Using esp32 as bluetooth hid host and reconnect bt3.0 keyboard error occured after reset esp32 sometimes

yzjgod
Posts: 8
Joined: Mon May 23, 2022 12:59 am

Using esp32 as bluetooth hid host and reconnect bt3.0 keyboard error occured after reset esp32 sometimes

Postby yzjgod » Thu Jun 09, 2022 12:45 am

Hi,

esp32
esp-idf 4.4.1

I'm using esp32 as bluetooth hid host, the device is bt3.0 keyboard or bt3.0 scanner, when I reset(soft reset

Code: Select all

esp_restart()
) esp32 without closing bluetooth connection(do not use

Code: Select all

esp_hidh_dev_close()
to close the connection), and reconnect the device(use

Code: Select all

esp_hidh_dev_open()
directly), sometimes error occured, ESP_HIDH_OPEN_EVENT has already occured, but keyboard can not send key to esp32, perhaps 1/2 times out of 10.
this program is modified by ESP-IDF BT/BLE HID Host Demo

log information has 2 parts, first is correct action, second part is the errors.
log:
I (12) boot: ESP-IDF v4.4.1 2nd stage bootloader
I (12) boot: compile time 13:41:22
I (12) boot: chip revision: 3
I (14) boot_comm: chip revision: 3, min. bootloader chip revision: 0
I (21) boot.esp32: SPI Speed : 40MHz
I (26) boot.esp32: SPI Mode : DIO
I (30) boot.esp32: SPI Flash Size : 4MB
I (35) boot: Enabling RNG early entropy source...
I (40) boot: Partition Table:
I (44) boot: ## Label Usage Type ST Offset Length
I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (59) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (66) boot: 2 factory factory app 00 00 00010000 00177000
I (74) boot: End of partition table
I (78) boot_comm: chip revision: 3, min. application chip revision: 0
I (85) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=26a4ch (158284) map
I (151) esp_image: segment 1: paddr=00036a74 vaddr=3ffbdb60 size=04158h ( 16728) load
I (157) esp_image: segment 2: paddr=0003abd4 vaddr=40080000 size=05444h ( 21572) load
I (167) esp_image: segment 3: paddr=00040020 vaddr=400d0020 size=8d970h (579952) map
I (377) esp_image: segment 4: paddr=000cd998 vaddr=40085444 size=10534h ( 66868) load
I (404) esp_image: segment 5: paddr=000dded4 vaddr=50000000 size=00010h ( 16) load
I (415) boot: Loaded app from partition at offset 0x10000
I (415) boot: Disabling RNG early entropy source...
I (427) cpu_start: Pro cpu up.
I (427) cpu_start: Single core mode
I (437) cpu_start: Pro cpu start user code
I (437) cpu_start: cpu freq: 160000000
I (438) cpu_start: Application information:
I (442) cpu_start: Project name: DB_232HID
I (447) cpu_start: App version: 1
I (452) cpu_start: Compile time: Jun 8 2022 13:41:08
I (458) cpu_start: ELF file SHA256: f94b17a64f50171d...
I (464) cpu_start: ESP-IDF: v4.4.1
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
I (482) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
I (488) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
I (494) heap_init: At 3FFC7C60 len 000183A0 (96 KiB): DRAM
I (500) heap_init: At 3FFE0440 len 0001FBC0 (126 KiB): D/IRAM
I (507) heap_init: At 40078000 len 00008000 (32 KiB): IRAM
I (513) heap_init: At 40095978 len 0000A688 (41 KiB): IRAM
I (519) heap_init: At 3FF80000 len 00002000 (8 KiB): RTCRAM
I (526) spi_flash: detected chip: generic
I (530) spi_flash: flash io: dio
I (535) cpu_start: Starting scheduler on PRO CPU.
I (562) system_api: Base MAC address is not set
I (562) system_api: read default base MAC address from EFUSE
I (564) FLASH_TAG: Open STORAGE_PROG: DB_232HID!
I (570) FLASH_TAG: Open success and get blob!
I (575) FLASH_TAG: read MAC data from flash!
I (580) MAIN_TASK: setting hid gap, mode:3
I (585) BTDM_INIT: BT controller compile version [5688ed5]
I (594) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
E (1335) BT_APPL: BTA_DM: Error adding BLE Device for device 0b4ee25609f1
W (1336) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 1
E (1344) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1352) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 2
E (1364) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1371) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 4
E (1383) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1391) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 16
E (1402) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1410) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 64
E (1422) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
E (1430) BT_APPL: BTA_DM: Error adding BLE Device for device 0b4ee25608f1
W (1436) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 1
E (1448) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1456) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 2
E (1468) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1475) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 4
E (1487) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1495) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 16
E (1506) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1514) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 64
E (1526) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
E (1534) BT_APPL: BTA_DM: Error adding BLE Device for device 0b4ee25511f1
W (1540) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 1
E (1552) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1560) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 2
E (1572) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1579) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 4
E (1591) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1599) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 16
E (1610) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1618) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 64
E (1630) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
I (1649) DB_232HID: EVENT: 5
I (1657) gpio: GPIO[21]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (1657) gpio: GPIO[23]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (1666) gpio: GPIO[26]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (4677) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
W (9805) BT_SDP: SDP - Rcvd conn cnf with error: 0x4 CID 0x40

E (9806) BT_HIDH: OPEN ERROR: ERR_SDP
E (9807) DB_232HID: BT OPEN failed!
I (9809) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
I (10816) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
W (15942) BT_SDP: SDP - Rcvd conn cnf with error: 0x4 CID 0x41

E (15943) BT_HIDH: OPEN ERROR: ERR_SDP
E (15944) DB_232HID: BT OPEN failed!
I (15947) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
I (16953) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
W (22080) BT_SDP: SDP - Rcvd conn cnf with error: 0x4 CID 0x40

E (22081) BT_HIDH: OPEN ERROR: ERR_SDP
E (22082) DB_232HID: BT OPEN failed!
I (22084) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
I (23091) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
W (28217) BT_SDP: SDP - Rcvd conn cnf with error: 0x4 CID 0x41

E (28218) BT_HIDH: OPEN ERROR: ERR_SDP
E (28219) DB_232HID: BT OPEN failed!
I (28222) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
I (29228) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
W (34355) BT_SDP: SDP - Rcvd conn cnf with error: 0x4 CID 0x40

E (34356) BT_HIDH: OPEN ERROR: ERR_SDP
E (34356) DB_232HID: BT OPEN failed!
I (34359) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
E (34576) BT_BTM: tBTM_SEC_DEV:0x3ffd3afc rs_disc_pending=0

W (34830) BT_SDP: process_service_attr_rsp

W (34925) BT_SDP: process_service_attr_rsp

W (34932) BT_APPL: new conn_srvc id:23, app_id:2
I (34949) DB_232HID: 0b:4e:e2:53:08:f1BT OPEN SUCCESS: STATUS: 00
BDA:0b:4e:e2:53:08:f1, Status: OK, Connected: YES, Handle: 0, Usage: KEYBOARD
Name: , Manufacturer: , Serial Number:
PID: 0x8918, VID: 0xae24, VERSION: 0x0001
Report Map Length: 198
GENERIC INPUT REPORT, ID: 4, Length: 1
CCONTROL INPUT REPORT, ID: 3, Length: 4
KEYBOARD OUTPUT BOOT, ID: 1, Length: 1
KEYBOARD OUTPUT REPORT, ID: 1, Length: 1
KEYBOARD INPUT BOOT, ID: 1, Length: 8
KEYBOARD INPUT REPORT, ID: 1, Length: 8
I (35192) ESP_HID_GAP: BT GAP MODE_CHG_EVT mode:2
I (36068) DB_232HID: 0b:4e:e2:53:08:f1 INPUT: KEYBOARD, MAP: 0, ID: 1, Len: 8, Data:
I (36069) DB_232HID: 00 00 09 00 00 00 00 00
I (36218) DB_232HID: 0b:4e:e2:53:08:f1 INPUT: KEYBOARD, MAP: 0, ID: 1, Len: 8, Data:
I (36219) DB_232HID: 00 00 00 00 00 00 00 00
I (36486) DB_232HID: 0b:4e:e2:53:08:f1 INPUT: KEYBOARD, MAP: 0, ID: 1, Len: 8, Data:
I (36489) DB_232HID: 00 00 16 00 00 00 00 00
I (36666) DB_232HID: 0b:4e:e2:53:08:f1 INPUT: KEYBOARD, MAP: 0, ID: 1, Len: 8, Data:
I (36669) DB_232HID: 00 00 00 00 00 00 00 00
I (36698) DB_232HID: 0b:4e:e2:53:08:f1 INPUT: KEYBOARD, MAP: 0, ID: 1, Len: 8, Data:
I (36699) DB_232HID: 00 00 09 00 00 00 00 00
I (36846) DB_232HID: 0b:4e:e2:53:08:f1 INPUT: KEYBOARD, MAP: 0, ID: 1, Len: 8, Data:
I (36849) DB_232HID: 00 00 00 00 00 00 00 00
I (12) boot: ESP-IDF v4.4.1 2nd stage bootloader
I (12) boot: compile time 13:41:22
I (12) boot: chip revision: 3
I (14) boot_comm: chip revision: 3, min. bootloader chip revision: 0
I (21) boot.esp32: SPI Speed : 40MHz
I (26) boot.esp32: SPI Mode : DIO
I (30) boot.esp32: SPI Flash Size : 4MB
I (35) boot: Enabling RNG early entropy source...
I (40) boot: Partition Table:
I (44) boot: ## Label Usage Type ST Offset Length
I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (59) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (66) boot: 2 factory factory app 00 00 00010000 00177000
I (74) boot: End of partition table
I (78) boot_comm: chip revision: 3, min. application chip revision: 0
I (85) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=26a4ch (158284) map
I (151) esp_image: segment 1: paddr=00036a74 vaddr=3ffbdb60 size=04158h ( 16728) load
I (157) esp_image: segment 2: paddr=0003abd4 vaddr=40080000 size=05444h ( 21572) load
I (167) esp_image: segment 3: paddr=00040020 vaddr=400d0020 size=8d970h (579952) map
I (377) esp_image: segment 4: paddr=000cd998 vaddr=40085444 size=10534h ( 66868) load
I (404) esp_image: segment 5: paddr=000dded4 vaddr=50000000 size=00010h ( 16) load
I (415) boot: Loaded app from partition at offset 0x10000
I (415) boot: Disabling RNG early entropy source...
I (427) cpu_start: Pro cpu up.
I (427) cpu_start: Single core mode
I (437) cpu_start: Pro cpu start user code
I (437) cpu_start: cpu freq: 160000000
I (438) cpu_start: Application information:
I (442) cpu_start: Project name: DB_232HID
I (447) cpu_start: App version: 1
I (452) cpu_start: Compile time: Jun 8 2022 13:41:08
I (458) cpu_start: ELF file SHA256: f94b17a64f50171d...
I (464) cpu_start: ESP-IDF: v4.4.1
I (469) heap_init: Initializing. RAM available for dynamic allocation:
I (476) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
I (482) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
I (488) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
I (494) heap_init: At 3FFC7C60 len 000183A0 (96 KiB): DRAM
I (500) heap_init: At 3FFE0440 len 0001FBC0 (126 KiB): D/IRAM
I (507) heap_init: At 40078000 len 00008000 (32 KiB): IRAM
I (513) heap_init: At 40095978 len 0000A688 (41 KiB): IRAM
I (519) heap_init: At 3FF80000 len 00002000 (8 KiB): RTCRAM
I (526) spi_flash: detected chip: generic
I (530) spi_flash: flash io: dio
I (535) cpu_start: Starting scheduler on PRO CPU.
I (562) system_api: Base MAC address is not set
I (562) system_api: read default base MAC address from EFUSE
I (564) FLASH_TAG: Open STORAGE_PROG: DB_232HID!
I (570) FLASH_TAG: Open success and get blob!
I (575) FLASH_TAG: read MAC data from flash!
I (580) MAIN_TASK: setting hid gap, mode:3
I (585) BTDM_INIT: BT controller compile version [5688ed5]
I (594) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
E (1340) BT_APPL: BTA_DM: Error adding BLE Device for device 0b4ee25609f1
W (1341) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 1
E (1349) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1357) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 2
E (1368) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1376) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 4
E (1387) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1395) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 16
E (1407) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
W (1414) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25609f1, Type: 64
E (1426) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25609f1
E (1434) BT_APPL: BTA_DM: Error adding BLE Device for device 0b4ee25608f1
W (1441) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 1
E (1453) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1460) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 2
E (1472) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1480) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 4
E (1491) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1499) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 16
E (1511) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
W (1518) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25608f1, Type: 64
E (1530) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25608f1
E (1538) BT_APPL: BTA_DM: Error adding BLE Device for device 0b4ee25511f1
W (1545) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 1
E (1557) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1564) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 2
E (1576) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1584) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 4
E (1595) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1603) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 16
E (1615) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
W (1622) BT_BTM: BTM_SecAddBleKey() Wrong Type, or No Device record for bdaddr: 0b4ee25511f1, Type: 64
E (1634) BT_APPL: BTA_DM: Error adding BLE Key for device 0b4ee25511f1
I (1653) DB_232HID: EVENT: 5
I (1661) gpio: GPIO[21]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (1662) gpio: GPIO[23]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (1671) gpio: GPIO[26]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (4681) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
W (9809) BT_SDP: SDP - Rcvd conn cnf with error: 0x4 CID 0x40

E (9811) BT_HIDH: OPEN ERROR: ERR_SDP
E (9811) DB_232HID: BT OPEN failed!
I (9814) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
I (10820) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
E (11422) BT_BTM: tBTM_SEC_DEV:0x3ffd3b70 rs_disc_pending=0

W (11603) BT_SDP: process_service_attr_rsp

E (11646) BT_HIDH: OPEN ERROR: ERR_SDP
E (11647) DB_232HID: BT OPEN failed!
I (11647) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
W (11675) BT_HIDH: HID-Host Rcvd L2CAP disc cfm, unknown CID: 0x42
W (11676) BT_L2CAP: L2CAP - unknown CID: 0x9ff0
W (11785) BT_SDP: process_service_attr_rsp

I (12072) ESP_HID_GAP: BT GAP MODE_CHG_EVT mode:2
I (12651) HID_TASK: BT START CONNECT: RAPOO BT3.0 KB, MAC: 0b:4e:e2:53:08:f1
W (12652) BT_APPL: new conn_srvc id:23, app_id:2
I (12671) DB_232HID: 0b:4e:e2:53:08:f1BT OPEN SUCCESS: STATUS: 00
BDA:0b:4e:e2:53:08:f1, Status: OK, Connected: YES, Handle: 0, Usage: KEYBOARD
Name: , Manufacturer: , Serial Number:
PID: 0x8918, VID: 0xae24, VERSION: 0x0001
Report Map Length: 198
GENERIC INPUT REPORT, ID: 4, Length: 1
CCONTROL INPUT REPORT, ID: 3, Length: 4
KEYBOARD OUTPUT BOOT, ID: 1, Length: 1
KEYBOARD OUTPUT REPORT, ID: 1, Length: 1
KEYBOARD INPUT BOOT, ID: 1, Length: 8
KEYBOARD INPUT REPORT, ID: 1, Length: 8
I (12709) HID_TASK: BT CONNECT SUCCESS: 0 RAPOO BT3.0 KB BT
W (13690) BT_L2CAP: L2CAP - unknown CID: 0x9ff0
W (13899) BT_L2CAP: L2CAP - unknown CID: 0x9ff0
W (15219) BT_L2CAP: L2CAP - unknown CID: 0x9ff0
W (15399) BT_L2CAP: L2CAP - unknown CID: 0x9ff0
W (15639) BT_L2CAP: L2CAP - unknown CID: 0x9ff0
W (15819) BT_L2CAP: L2CAP - unknown CID: 0x9ff0
E (15937) BT_L2CAP: L2CAP got conn_comp in bad state: 4 status: 0x4

W (15939) BT_HIDH: HID-Host Rcvd L2CAP disc, unknown CID: 0x40
E (18580) BT_L2CAP: L2CAP - rcvd ACL for unknown handle:128 ls:0 cid:40944 opcode:161 cur count:0
E (18730) BT_L2CAP: L2CAP - rcvd ACL for unknown handle:128 ls:0 cid:40944 opcode:161 cur count:0
E (19330) BT_L2CAP: L2CAP - rcvd ACL for unknown handle:128 ls:0 cid:40944 opcode:161 cur count:0
E (19480) BT_L2CAP: L2CAP - rcvd ACL for unknown handle:128 ls:0 cid:40944 opcode:161 cur count:0

Who is online

Users browsing this forum: Majestic-12 [Bot] and 195 guests