Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/nordic/nrfx/templates/
H A Dnrfx_log.h127 #define NRFX_LOG_ERROR_STRING_GET(error_code) argument
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_test_util.h210 uint8_t error_code, uint16_t err_handle);
231 uint8_t error_code);
H A Dble_att_svr_test.c649 int data_len, uint8_t error_code) in ble_att_svr_test_misc_prep_write() argument
655 if (error_code == 0) { in ble_att_svr_test_misc_prep_write()
662 attr_handle, error_code); in ble_att_svr_test_misc_prep_write()
668 uint8_t error_code, uint16_t error_handle) in ble_att_svr_test_misc_exec_write() argument
673 if (error_code == 0) { in ble_att_svr_test_misc_exec_write()
679 error_handle, error_code); in ble_att_svr_test_misc_exec_write()
H A Dble_hs_test_util.c1078 uint8_t error_code, uint16_t err_handle) in ble_hs_test_util_rx_att_err_rsp() argument
1086 rsp.baep_error_code = error_code; in ble_hs_test_util_rx_att_err_rsp()
1348 uint8_t error_code) in ble_hs_test_util_verify_tx_err_rsp() argument
1364 TEST_ASSERT(rsp.baep_error_code == error_code); in ble_hs_test_util_verify_tx_err_rsp()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_att_priv.h228 uint8_t error_code);
H A Dble_att_svr.c563 uint8_t req_op, uint16_t handle, uint8_t error_code) in ble_att_svr_tx_error_rsp() argument
567 BLE_HS_DBG_ASSERT(error_code != 0); in ble_att_svr_tx_error_rsp()
577 rsp->baep_error_code = error_code; in ble_att_svr_tx_error_rsp()