Searched defs:timeout_in_ms (Results 1 – 15 of 15) sorted by relevance
/btstack/platform/chibios/ |
H A D | btstack_run_loop_chibios.c | 78 static void btstack_run_loop_chibios_set_timer(btstack_timer_source_t *ts, uint32_t timeout_in_ms){ in btstack_run_loop_chibios_set_timer()
|
/btstack/platform/embedded/ |
H A D | btstack_run_loop_embedded.c | 93 static void btstack_run_loop_embedded_set_timer(btstack_timer_source_t *ts, uint32_t timeout_in_ms){ in btstack_run_loop_embedded_set_timer()
|
/btstack/platform/wiced/ |
H A D | btstack_run_loop_wiced.c | 77 static void btstack_run_loop_wiced_set_timer(btstack_timer_source_t *ts, uint32_t timeout_in_ms){ in btstack_run_loop_wiced_set_timer()
|
/btstack/platform/windows/ |
H A D | btstack_run_loop_windows.c | 155 static void btstack_run_loop_windows_set_timer(btstack_timer_source_t *a, uint32_t timeout_in_ms){ in btstack_run_loop_windows_set_timer()
|
/btstack/platform/freertos/ |
H A D | btstack_run_loop_freertos.c | 117 static void btstack_run_loop_freertos_set_timer(btstack_timer_source_t *ts, uint32_t timeout_in_ms){ in btstack_run_loop_freertos_set_timer()
|
/btstack/port/zephyr/src/ |
H A D | main.c | 177 static void btstack_run_loop_zephyr_set_timer(btstack_timer_source_t *ts, uint32_t timeout_in_ms){ in btstack_run_loop_zephyr_set_timer()
|
/btstack/platform/posix/ |
H A D | btstack_run_loop_posix.c | 249 static void btstack_run_loop_posix_set_timer(btstack_timer_source_t *a, uint32_t timeout_in_ms){ in btstack_run_loop_posix_set_timer()
|
/btstack/platform/qt/ |
H A D | btstack_run_loop_qt.cpp | 220 static void btstack_run_loop_qt_set_timer(btstack_timer_source_t *a, uint32_t timeout_in_ms){ in btstack_run_loop_qt_set_timer()
|
/btstack/test/gatt-service-client/ |
H A D | ancs_client_test.cpp | 61 void btstack_run_loop_set_timer(btstack_timer_source_t * timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
|
H A D | device_information_service_client_test.cpp | 63 void btstack_run_loop_set_timer(btstack_timer_source_t * timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
|
H A D | battery_service_client_test.cpp | 51 void btstack_run_loop_set_timer(btstack_timer_source_t * timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
|
/btstack/src/ |
H A D | btstack_run_loop.c | 255 void btstack_run_loop_set_timer(btstack_timer_source_t *timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
|
/btstack/test/hfp/ |
H A D | mock.c | 333 void btstack_run_loop_set_timer(btstack_timer_source_t *a, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 220 void btstack_run_loop_set_timer(btstack_timer_source_t *a, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
|
/btstack/test/gatt_server/ |
H A D | mock.c | 236 void btstack_run_loop_set_timer(btstack_timer_source_t *a, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
|