/hal_espressif-latest/components/esp_common/include/ |
D | esp_check.h | 67 #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/ |
D | esp_ble_mesh_defs.h | 902 … 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/ |
D | esp_ble_mesh_ble_api.h | 32 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/ |
D | avdt_ccb_act.c | 267 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
|
D | avdt_api.c | 63 UINT8 err_code = AVDT_ERR_TIMEOUT; in avdt_process_timeout() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 283 …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/ |
D | bta_av_ci.c | 72 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig()
|
D | bta_av_aact.c | 2553 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/ |
D | smp_api.c | 232 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN; in SMP_PairCancel() local
|
/hal_espressif-latest/components/bt/common/osi/ |
D | config.c | 410 int err_code = 0; in config_save() local 562 int err_code = 0; in config_parse() local
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip_ppp.c | 64 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/ |
D | avct_int.h | 127 UINT8 err_code; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 674 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/ |
D | avdt_api.h | 286 … UINT8 err_code; /* Zero if operation succeeded; nonzero if operation failed */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 1483 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/ |
D | avdt_int.h | 430 UINT8 err_code; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1551 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/ |
D | bta_av_api.h | 391 tBTA_AV_ERR err_code; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 3266 UINT8 err_code = 0; in btm_io_capabilities_req() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/ |
D | bta_av_int.h | 277 UINT8 err_code; member
|