Searched refs:ble_npl_time_ms_to_ticks (Results 1 – 11 of 11) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/ |
H A D | os_time.c | 43 ble_npl_error_t ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() function
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/ |
H A D | npl_os_dummy.c | 167 ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() function
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | nimble_npl.h | 142 ble_npl_error_t ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/ |
H A D | ble_hci_socket.c | 446 rc = ble_npl_time_ms_to_ticks(10, &timeout); in ble_hci_sock_rx_ev() 495 rc = ble_npl_time_ms_to_ticks(10, &timeout); in ble_hci_sock_config() 555 rc = ble_npl_time_ms_to_ticks(10, &timeout); in ble_hci_sock_config()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/ |
H A D | nimble_npl_os.h | 244 ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() function
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/nimble/ |
H A D | nimble_npl_os.h | 222 ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() function
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/mynewt/include/nimble/ |
H A D | nimble_npl_os.h | 246 ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() function
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/ |
H A D | npl_os_rtthread.c | 275 ble_npl_error_t ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() function
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | glue.h | 396 ble_npl_time_ms_to_ticks(timeout, &ticks); in k_sem_take()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | glue.c | 402 if (ble_npl_time_ms_to_ticks(ms, &ticks) != 0) { in k_delayed_work_submit()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gap.c | 2088 rc = ble_npl_time_ms_to_ticks(duration_ms, &duration_ticks); in ble_gap_adv_start() 3323 rc = ble_npl_time_ms_to_ticks(duration_ms, &duration_ticks); in ble_gap_disc() 3634 rc = ble_npl_time_ms_to_ticks(duration_ms, &duration_ticks); in ble_gap_ext_connect() 3752 rc = ble_npl_time_ms_to_ticks(duration_ms, &duration_ticks); in ble_gap_connect()
|