Home
last modified time | relevance | path

Searched defs:err_code (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/esp_common/include/
Desp_check.h67 #define ESP_RETURN_ON_FALSE(a, err_code, log_tag, format, ...) do { \ argument
77 #define ESP_RETURN_ON_FALSE_ISR(a, err_code, log_tag, format, ...) do { \ argument
88 #define ESP_GOTO_ON_FALSE(a, err_code, goto_tag, log_tag, format, ...) do { \ argument
99 #define ESP_GOTO_ON_FALSE_ISR(a, err_code, goto_tag, log_tag, format, ...) do { \ argument
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h902 … int err_code; /*!< Indicate the result of BLE Mesh initialization */ member
908 …int err_code; /*!< Indicate the result of setting BLE Mesh device name */ member
914 … int err_code; /*!< Indicate the result of enabling BLE Mesh device */ member
920 … int err_code; /*!< Indicate the result of disabling BLE Mesh device */ member
974 … int err_code; /*!< Indicate the result of setting OOB Public Key */ member
980 int err_code; /*!< Indicate the result of inputting number */ member
986 int err_code; /*!< Indicate the result of inputting string */ member
992 …int err_code; /*!< Indicate the result of enabling Mesh Proxy advertisin… member
998 … int err_code; /*!< Indicate the result of enabling Mesh Proxy Service */ member
1004 …int err_code; /*!< Indicate the result of disabling Mesh Proxy Service */ member
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_ble_api.h32 int err_code; /*!< Indicate the result of starting BLE advertising */ member
39 int err_code; /*!< Indicate the result of stopping BLE advertising */ member
46 int err_code; /*!< Indicate the result of starting BLE scanning */ member
52 int err_code; /*!< Indicate the result of stopping BLE scanning */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb_act.c267 UINT8 err_code = 0; in avdt_ccb_hdl_start_cmd() local
335 UINT8 err_code = 0; in avdt_ccb_hdl_suspend_cmd() local
647 UINT8 err_code = AVDT_ERR_CONNECT; in avdt_ccb_clear_cmds() local
768 UINT8 err_code = AVDT_ERR_TIMEOUT; in avdt_ccb_ret_cmd() local
912 UINT8 err_code = AVDT_ERR_CONNECT; in avdt_ccb_chk_reconn() local
Davdt_api.c63 UINT8 err_code = AVDT_ERR_TIMEOUT; in avdt_process_timeout() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c283 …esp_err_t err_code = nvs_get_blob(cache_env->cache_addr[index].cache_fp, cache_key, attr, &length); in bta_gattc_co_cache_load() local
334 esp_err_t err_code = nvs_set_blob(cache_env->cache_addr[index].cache_fp, cache_key, in bta_gattc_co_cache_save() local
392 esp_err_t err_code; in bta_gattc_co_cache_addr_init() local
530 esp_err_t err_code; in bta_gattc_co_cache_addr_save() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_ci.c72 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig()
Dbta_av_aact.c2553 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; in bta_av_suspend_cfm() local
2750 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; in bta_av_suspend_cont() local
2793 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; in bta_av_rcfg_cfm() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c232 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN; in SMP_PairCancel() local
/hal_espressif-latest/components/bt/common/osi/
Dconfig.c410 int err_code = 0; in config_save() local
562 int err_code = 0; in config_parse() local
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c64 static void on_ppp_status_changed(ppp_pcb *pcb, int err_code, void *ctx) in on_ppp_status_changed()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h127 UINT8 err_code; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c674 static void btc_ble_mesh_prov_register_complete_cb(int err_code) in btc_ble_mesh_prov_register_complete_cb()
1836 int err_code = bt_mesh_init((struct bt_mesh_prov *)arg->mesh_init.prov, in btc_ble_mesh_prov_call_handler() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davdt_api.h286 … UINT8 err_code; /* Zero if operation succeeded; nonzero if operation failed */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1483 BOOLEAN btsnd_hcic_io_cap_req_neg_reply (BD_ADDR bd_addr, UINT8 err_code) in btsnd_hcic_io_cap_req_neg_reply()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h430 UINT8 err_code; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1551 tGATT_STATUS gatt_send_error_rsp (tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, in gatt_send_error_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h391 tBTA_AV_ERR err_code; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c3266 UINT8 err_code = 0; in btm_io_capabilities_req() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h277 UINT8 err_code; member