Home
last modified time | relevance | path

Searched refs:BLE_NPL_INVALID_PARAM (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c352 return BLE_NPL_INVALID_PARAM; in npl_freertos_mutex_init()
365 return BLE_NPL_INVALID_PARAM; in npl_freertos_mutex_init()
383 return BLE_NPL_INVALID_PARAM; in npl_freertos_mutex_deinit()
442 return BLE_NPL_INVALID_PARAM; in npl_freertos_mutex_pend()
463 return BLE_NPL_INVALID_PARAM; in npl_freertos_mutex_release()
489 return BLE_NPL_INVALID_PARAM; in npl_freertos_sem_init()
502 return BLE_NPL_INVALID_PARAM; in npl_freertos_sem_init()
520 return BLE_NPL_INVALID_PARAM; in npl_freertos_sem_deinit()
544 return BLE_NPL_INVALID_PARAM; in npl_freertos_sem_pend()
570 return BLE_NPL_INVALID_PARAM; in npl_freertos_sem_release()
[all …]
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl.h25 BLE_NPL_INVALID_PARAM = 3, enumerator