HCI_DUMP_PACKETLOGGER); hci_init(hci_transport_usb_instance(), NULL); hci_add_event_handler(&hci_event_callback_registration); btstack_main(argc, argv); btstack_run_loop_execute(); }
btstack_run_loop_poll_data_sources_from_irq: used to transfer control from IRQ handler to main thread/run loop btstack_run_loop_execute_on_main_thread: schedule code execution on main thread from other thread btstack_run_loop_trigger_exit: trigger run loop exit POSIX / Windows / Raspi / Q...
btstack_run_loop_poll_data_sources_from_irq: used to transfer control from IRQ handler to main thread/run loop btstack_run_loop_execute_on_main_thread: schedule code execution on main thread from other thread btstack_run_loop_trigger_exit: trigger run loop exit POSIX / Windows / Raspi / ...
#14 0x0804ecc1 in btstack_run_loop_posix_execute () at ../../platform/posix/btstack_run_loop_posix.c:229 #15 0x0804ae8f in btstack_run_loop_execute () at ../../src/btstack_run_loop.c:181 #16 0x08049ce4 in main (argc=1, argv=0xbf852534) at main.c:182 pansila commented ...
C.btstack_run_loop_execute() } func GapSetScanParameters(scanType uint8, scanInterval uint16, scanWindow uint16) { C.gap_set_scan_parameters(C.uint8_t(scanType), C.uint16_t(scanInterval), C.uint16_t(scanWindow)) } func GapStartScan() { C.gap_start_scan() } func ...
9 &btstack_run_loop_windows_remove_timer, 10 &btstack_run_loop_windows_execute, 11 &btstack_run_loop_windows_dump_timer, 12 &btstack_run_loop_windows_get_time_ms, 13 }; b. linux操作系统 Main.c (port\posix-h4) main btstack_run_loop_init(btstack_run_loop_posix_get_instance()); ...
[00:00:01.027] LOG -- btstack_run_loop_freertos.c.219: RL: execute [00:00:01.032] EVT <= 6E 00 [00:00:01.035] EVT <= 0E 04 05 03 0C 00 [00:00:01.038] LOG -- hci.c.1553: Command complete for expected opcode 0c03 at substate 1 [00:00:01.046] LOG -- hci.c.1203: ...
execute main.py file if it exists update machine.Pin class to use new zephyr gpio api use zephyr build system to merge configurations fix and rename stacks_analyze function in zephyr module fix floating point configuration update for refactored zephyr device structures ...