Home
last modified time | relevance | path

Searched defs:timeout_ms (Results 1 – 7 of 7) sorted by relevance

/btstack/port/arduino/
H A DBTstack.cpp685 void BTstackManager::bleConnect(BLEAdvertisement * advertisement, int timeout_ms){ in bleConnect()
688 void BTstackManager::bleConnect(BD_ADDR * address, int timeout_ms){ in bleConnect()
691 void BTstackManager::bleConnect(BD_ADDR_TYPE address_type, const char * address, int timeout_ms){ in bleConnect()
695 void BTstackManager::bleConnect(BD_ADDR_TYPE address_type, const uint8_t address[6], int timeout_ms in bleConnect()
/btstack/platform/wiced/
H A Dbtstack_run_loop_wiced.c109 uint32_t timeout_ms = WICED_NEVER_TIMEOUT; in btstack_run_loop_wiced_execute() local
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c98 int32_t timeout_ms = btstack_run_loop_base_get_time_until_timeout(now_ms); in btstack_run_loop_windows_execute() local
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c195 uint32_t timeout_ms = portMAX_DELAY; in btstack_run_loop_freertos_execute() local
/btstack/test/mesh/
H A Dsimulator.py289 def add_timer(timeout_ms, callback, context): argument
/btstack/src/
H A Dhci_transport_h5.c408 static void hci_transport_link_set_timer(uint16_t timeout_ms){ in hci_transport_link_set_timer()
H A Dhci.c5236 void gap_enable_link_watchdog(uint16_t timeout_ms){ in gap_enable_link_watchdog()