Home
last modified time | relevance | path

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 Dos_time.c43 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 Dnpl_os_dummy.c167 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 Dnimble_npl.h142 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 Dble_hci_socket.c446 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 Dnimble_npl_os.h244 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 Dnimble_npl_os.h222 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 Dnimble_npl_os.h246 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 Dnpl_os_rtthread.c275 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 Dglue.h396 ble_npl_time_ms_to_ticks(timeout, &ticks); in k_sem_take()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dglue.c402 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 Dble_gap.c2088 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()