mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
auto-pts: test delayed response on gap connect
This commit is contained in:
parent
c97981441f
commit
d91d7ea51f
@ -793,7 +793,7 @@ static void btp_gap_handler(uint8_t opcode, uint8_t controller_index, uint16_t l
|
|||||||
|
|
||||||
// schedule response
|
// schedule response
|
||||||
gap_send_connect_response = true;
|
gap_send_connect_response = true;
|
||||||
#if 0
|
#if 1
|
||||||
btstack_run_loop_set_timer_handler(&gap_connection_timer, &gap_connect_timeout_handler);
|
btstack_run_loop_set_timer_handler(&gap_connection_timer, &gap_connect_timeout_handler);
|
||||||
btstack_run_loop_set_timer(&gap_connection_timer, GAP_CONNECT_TIMEOUT_MS);
|
btstack_run_loop_set_timer(&gap_connection_timer, GAP_CONNECT_TIMEOUT_MS);
|
||||||
btstack_run_loop_add_timer(&gap_connection_timer);
|
btstack_run_loop_add_timer(&gap_connection_timer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user