Advertisement
mesmariusz

connecting to gamepad from Ali

Mar 24th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.64 KB | None | 0 0
  1. C:\Espressif\frameworks\esp-idf-v4.4\my_project>idf.py monitor
  2. Executing action: monitor
  3. Serial port COM7
  4. Connecting.....
  5. Detecting chip type... Unsupported detection protocol, switching and trying again...
  6. Connecting.....
  7. Detecting chip type... ESP32
  8. Running idf_monitor in directory c:\espressif\frameworks\esp-idf-v4.4\my_project
  9. Executing "C:\Espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe C:\Espressif\frameworks\esp-idf-v4.4\tools/idf_monitor.py -p COM7 -b 115200 --toolchain-prefix xtensa-esp32-elf- --target esp32 --revision 0 c:\espressif\frameworks\esp-idf-v4.4\my_project\build\app-template.elf -m 'C:\Espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe' 'C:\Espressif\frameworks\esp-idf-v4.4\tools\idf.py'"...
  10. ←[0;33m--- WARNING: GDB cannot open serial ports accessed as COMx←[0m
  11. ←[0;33m--- Using \\.\COM7 instead...←[0m
  12. ←[0;33m--- idf_monitor on \\.\COM7 115200 ---←[0m
  13. --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
  14. ets Jun 8 2016 00:22:57
  15.  
  16. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  17. configsip: 0, SPIWP:0xee
  18. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  19. mode:DIO, clock div:2
  20. load:0x3fff0030,len:6612
  21. load:0x40078000,len:14780
  22. load:0x40080400,len:3784
  23. 0x40080400: _init at ??:?
  24.  
  25. entry 0x40080694
  26. I (27) boot: ESP-IDF v4.4 2nd stage bootloader
  27. I (27) boot: compile time 14:13:41
  28. I (27) boot: chip revision: 1
  29. I (29) boot_comm: chip revision: 1, min. bootloader chip revision: 0
  30. I (37) boot.esp32: SPI Speed : 40MHz
  31. I (41) boot.esp32: SPI Mode : DIO
  32. I (46) boot.esp32: SPI Flash Size : 4MB
  33. I (50) boot: Enabling RNG early entropy source...
  34. I (56) boot: Partition Table:
  35. I (59) boot: ## Label Usage Type ST Offset Length
  36. I (67) boot: 0 nvs WiFi data 01 02 00009000 00006000
  37. I (74) boot: 1 phy_init RF data 01 01 0000f000 00001000
  38. I (81) boot: 2 factory factory app 00 00 00010000 00100000
  39. I (89) boot: End of partition table
  40. I (93) boot_comm: chip revision: 1, min. application chip revision: 0
  41. I (100) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=16dc8h ( 93640) map
  42. I (143) esp_image: segment 1: paddr=00026df0 vaddr=3ffbdb60 size=04474h ( 17524) load
  43. I (150) esp_image: segment 2: paddr=0002b26c vaddr=40080000 size=04dach ( 19884) load
  44. I (158) esp_image: segment 3: paddr=00030020 vaddr=400d0020 size=51398h (332696) map
  45. I (279) esp_image: segment 4: paddr=000813c0 vaddr=40084dac size=1283ch ( 75836) load
  46. I (310) esp_image: segment 5: paddr=00093c04 vaddr=50000000 size=00010h ( 16) load
  47. I (322) boot: Loaded app from partition at offset 0x10000
  48. I (322) boot: Disabling RNG early entropy source...
  49. I (334) cpu_start: Pro cpu up.
  50. I (334) cpu_start: Starting app cpu, entry point is 0x40081340
  51. 0x40081340: call_start_cpu1 at C:/Espressif/frameworks/esp-idf-v4.4/components/esp_system/port/cpu_start.c:156
  52.  
  53. I (0) cpu_start: App cpu up.
  54. I (350) cpu_start: Pro cpu start user code
  55. I (350) cpu_start: cpu freq: 160000000
  56. I (350) cpu_start: Application information:
  57. I (355) cpu_start: Project name: app-template
  58. I (360) cpu_start: App version: release_v1.2.3-3-ge7708e7
  59. I (367) cpu_start: Compile time: Mar 24 2022 14:13:02
  60. I (373) cpu_start: ELF file SHA256: 4532b029153834b3...
  61. I (379) cpu_start: ESP-IDF: v4.4
  62. I (384) heap_init: Initializing. RAM available for dynamic allocation:
  63. I (391) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
  64. I (397) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
  65. I (403) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
  66. I (409) heap_init: At 3FFCF780 len 00010880 (66 KiB): DRAM
  67. I (415) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
  68. GetOverlappedResult failed (PermissionError(13, 'Odmowa dost??pu.', None, 5))
  69. I (421) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAMWa
  70. itinI (428) heap_init: At 400975E8 len 00008A18 (34 KiB): IRAMg for the device
  71. to recoI (435) spi_flash: detected chip: genericnn
  72. Bluepad32 (C) 2016-2022 Ricardo Quesada and contributors.
  73. Version: v3.0.1
  74. BTStack: Copyright (C) 2017 BlueKitchen GmbH.
  75. Platform: Arduino
  76. Gap security level: 2
  77. Periodic Inquiry: max=5, min=4, len=3
  78. Max connected gamepads: 4
  79. I (508) BTDM_INIT: BT controller compile version [6a07b06]
  80. I (508) system_api: Base MAC address is not set
  81. I (518) system_api: read default base MAC address from EFUSE
  82. I (528) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
  83.  
  84. GetOverlappedResult failed (PermissionError(13, 'Odmowa dost??pu.', None, 5))
  85. Waiting for the device to reconnect...
  86. BTstack up and running at 58:BF:25:93:C9:02
  87. HCI not ready, cannot send packet, will again try later. Current state idx=1
  88. HCI not ready, cannot send packet, will agFirmware: Bluepad32 for Arduino v3.0.1
  89. Device found: 49:BC:21:80:63:25 with COD: 0x002540, pageScan 1, clock offset 0x73fc, rssi 189 dBm
  90. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 1, incoming:0
  91. uni_bluetooth_process_fsm: requesting name
  92. Failed to inquiry name for 49:BC:21:80:63:25, using a fake one
  93. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 4, incoming:0
  94. uni_bluetooth_process_fsm: Starting L2CAP connection
  95. L2CAP_EVENT_CHANNEL_OPENED (channel=0x0041)
  96. L2CAP Connection failed: 0x0c.
  97. Disconnecting/removing device: 49:BC:21:80:63:25.
  98. --> HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
  99. Device found: 49:BC:21:80:63:25 with COD: 0x002540, pageScan 1, clock offset 0x73fd, rssi 196 dBm
  100. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 1, incoming:0
  101. uni_bluetooth_process_fsm: requesting name
  102. Device found: 49:BC:21:80:63:25 with COD: 0x002540, pageScan 1, clock offset 0x73fd, rssi 196 dBm
  103. Device already added, waiting (current state=0x03)...
  104. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 3, incoming:0
  105. Device found: 49:BC:21:80:63:25 with COD: 0x002540, pageScan 1, clock offset 0x73fd, rssi 197 dBm
  106. Device already added, waiting (current state=0x03)...
  107. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 3, incoming:0
  108. --> HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
  109. Name: 'Gamepad'
  110. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 4, incoming:0
  111. uni_bluetooth_process_fsm: Starting L2CAP connection
  112. Device found: 49:BC:21:80:63:25 with COD: 0x002540, pageScan 1, clock offset 0x73fd, rssi 195 dBm
  113. Device already added, waiting (current state=0x09)...
  114. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 9, incoming:0
  115. Device found: 49:BC:21:80:63:25 with COD: 0x002540, pageScan 1, clock offset 0x73fd, rssi 191 dBm
  116. Device already added, waiting (current state=0x09)...
  117. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 9, incoming:0
  118. --> HCI_EVENT_CONNECTION_COMPLETE
  119. --> HCI_EVENT_LINK_KEY_REQUEST:
  120. SSP User Confirmation Request with numeric value '222985'
  121. SSP User Confirmation Auto accept
  122. --> HCI_EVENT_AUTHENTICATION_COMPLETE_EVENT: status=0, handle=0x0081
  123. L2CAP_EVENT_CHANNEL_OPENED (channel=0x0042)
  124. PSM: 0x0011, local CID=0x0042, remote CID=0x0040, handle=0x0081, incoming=0, local MTU=1691, remote MTU=72, addr=49:BC:21:80:63:25
  125. HID Control opened, cid 0x42
  126. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 10, incoming:0
  127. uni_bluetooth_process_fsm: Create L2CAP interrupt connection
  128. L2CAP_EVENT_CHANNEL_OPENED (channel=0x0043)
  129. PSM: 0x0013, local CID=0x0043, remote CID=0x0041, handle=0x0081, incoming=0, local MTU=1691, remote MTU=72, addr=49:BC:21:80:63:25
  130. HID Interrupt opened, cid 0x43
  131. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 12, incoming:0
  132. uni_bluetooth_process_fsm: starting SDP query
  133. -----------> sdp_query_start()
  134. Starting SDP VID/PID query for 49:BC:21:80:63:25
  135. Vendor ID: 0x1949 - Product ID: 0x0402
  136. Device detected as Android: 0x25
  137. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 6, incoming:0
  138. uni_bluetooth_process_fsm: querying HID descriptor
  139. Starting SDP HID-descriptor query for 49:BC:21:80:63:25
  140. <----------- sdp_query_end()
  141. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 8, incoming:0
  142. uni_bluetooth_process_fsm: Device is ready
  143. Device setup (49:BC:21:80:63:25) is complete
  144. connected in total: 1
  145. CALLBACK: Gamepad is connected, index=0
  146. gamepad connected: 0
  147. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  148. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  149. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  150. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  151. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  152. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  153. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  154. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  155. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  156. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  157. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  158. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  159. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  160. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  161. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  162. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  163. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  164. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  165. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  166. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  167. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  168. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  169. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  170. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  171. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  172. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  173. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  174. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  175. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  176. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  177. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  178. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  179. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  180. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  181. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  182. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  183. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  184. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  185. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  186. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  187. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  188. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  189. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  190. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  191. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  192. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  193. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  194. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  195. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  196. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  197. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  198. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  199. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  200. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  201. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  202. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  203. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  204. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  205. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  206. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  207. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  208. L2CAP_EVENT_CHANNEL_CLOSED: 0x0043 (channel=0x0043)
  209. L2CAP_EVENT_CHANNEL_CLOSED: 0x0042 (channel=0x0042)
  210. Couldn't not find hid_device for cid = 0x0042
  211. --> HCI_EVENT_DISCONNECTION_COMPLETE
  212. connected in total: 0
  213. CALLBACK: Gamepad is disconnected from index=0
  214. gamepad disconnected: 0
  215. Device found: 49:BC:21:80:63:25 with COD: 0x002540, pageScan 1, clock offset 0x1731, rssi 197 dBm
  216. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 1, incoming:0
  217. uni_bluetooth_process_fsm: requesting name
  218. --> HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
  219. Name: 'Newgamepad N1'
  220. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 4, incoming:0
  221. uni_bluetooth_process_fsm: Starting L2CAP connection
  222. --> HCI_EVENT_CONNECTION_COMPLETE
  223. --> HCI_EVENT_LINK_KEY_REQUEST:
  224. --> HCI_EVENT_AUTHENTICATION_COMPLETE_EVENT: status=0, handle=0x0081
  225. L2CAP_EVENT_CHANNEL_OPENED (channel=0x0046)
  226. PSM: 0x0011, local CID=0x0046, remote CID=0x0040, handle=0x0081, incoming=0, local MTU=1691, remote MTU=72, addr=49:BC:21:80:63:25
  227. HID Control opened, cid 0x46
  228. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 10, incoming:0
  229. uni_bluetooth_process_fsm: Create L2CAP interrupt connection
  230. L2CAP_EVENT_CHANNEL_OPENED (channel=0x0047)
  231. PSM: 0x0013, local CID=0x0047, remote CID=0x0041, handle=0x0081, incoming=0, local MTU=1691, remote MTU=72, addr=49:BC:21:80:63:25
  232. HID Interrupt opened, cid 0x47
  233. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 12, incoming:0
  234. uni_bluetooth_process_fsm: starting SDP query
  235. -----------> sdp_query_start()
  236. Starting SDP VID/PID query for 49:BC:21:80:63:25
  237. Vendor ID: 0x1949 - Product ID: 0x0402
  238. Device detected as Android: 0x25
  239. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 6, incoming:0
  240. uni_bluetooth_process_fsm: querying HID descriptor
  241. Starting SDP HID-descriptor query for 49:BC:21:80:63:25
  242. <----------- sdp_query_end()
  243. uni_bluetooth_process_fsm, bd addr:49:BC:21:80:63:25, state: 8, incoming:0
  244. uni_bluetooth_process_fsm: Device is ready
  245. Device setup (49:BC:21:80:63:25) is complete
  246. connected in total: 1
  247. CALLBACK: Gamepad is connected, index=0
  248. gamepad connected: 0
  249. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  250. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  251. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  252. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  253. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  254. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  255. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  256. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  257. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  258. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  259. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  260. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  261. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  262. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  263. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  264. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  265. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  266. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  267. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  268. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  269. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  270. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  271. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  272. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  273. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  274. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  275. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  276. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  277. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  278. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  279. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  280. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  281. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  282. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  283. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  284. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  285. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  286. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  287. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  288. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  289. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  290. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  291. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  292. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  293. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  294. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  295. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  296. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  297. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  298. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  299. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  300. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  301. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  302. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  303. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  304. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  305. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  306. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  307. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  308. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  309. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  310. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  311. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  312. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  313. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  314. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  315. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  316. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  317. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  318. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  319. idx=0, dpad: 0x00, buttons: 0x0000, axis L: 0, 0, axis R: 0, 0, brake: 0, throttle: 0, misc: 0x00
  320. L2CAP_EVENT_CHANNEL_CLOSED: 0x0047 (channel=0x0047)
  321. L2CAP_EVENT_CHANNEL_CLOSED: 0x0046 (channel=0x0046)
  322. Couldn't not find hid_device for cid = 0x0046
  323. --> HCI_EVENT_DISCONNECTION_COMPLETE
  324. connected in total: 0
  325. CALLBACK: Gamepad is disconnected from index=0
  326. gamepad disconnected: 0
  327. GetOverlappedResult failed (PermissionError(13, 'Odmowa dost??pu.', None, 5))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement