/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 116 int rc; in write_value() local 169 int rc; in read_value() local 271 int rc; in esp_blufi_gatt_svr_init() local 305 int rc; in esp_blufi_gap_event() local 398 int rc; in esp_blufi_adv_start() local 502 int rc = 0; in esp_blufi_send_notify() local 531 int rc; in esp_blufi_btc_init() local 544 int rc; in esp_blufi_handle_gap_events() local
|
/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/ |
D | esp_nimble_hci.c | 77 uint8_t rc = 0; in ble_hci_trans_hs_cmd_tx() local 98 int rc = ESP_FAIL; in ble_hci_trans_ll_evt_tx() local 107 uint8_t data[MYNEWT_VAL(BLE_TRANSPORT_ACL_SIZE) + 1], rc = 0; in ble_hci_trans_hs_acl_tx() local 136 int rc = ESP_FAIL; in ble_hci_trans_ll_acl_tx() local 156 int rc; in ble_hci_rx_acl() local 233 int rc; in host_rcv_pkt() local
|
/hal_espressif-latest/components/esp_system/ |
D | esp_err.c | 27 static void esp_error_check_failed_print(const char *msg, esp_err_t rc, const char *file, int line,… in esp_error_check_failed_print() 42 void _esp_error_check_failed_without_abort(esp_err_t rc, const char *file, int line, const char *fu… in _esp_error_check_failed_without_abort() 47 void _esp_error_check_failed(esp_err_t rc, const char *file, int line, const char *function, const … in _esp_error_check_failed()
|
/hal_espressif-latest/components/bt/porting/transport/driver/common/ |
D | hci_driver_h4.c | 106 int rc; in hci_h4_sm_w4_header() local 193 int rc; in hci_h4_sm_w4_payload() local 237 int rc; in hci_h4_sm_completed() local 296 int rc = 0; in hci_h4_sm_rx() local
|
D | hci_driver_util.c | 62 int rc; in hci_driver_util_memory_init() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | aes.c | 515 uint_8t cc, rc, hi; local 677 static void update_encrypt_key_128( uint_8t k[N_BLOCK], uint_8t *rc ) 700 uint_8t s1[N_BLOCK], r, rc = 1; local 734 static void update_decrypt_key_128( uint_8t k[N_BLOCK], uint_8t *rc ) 756 uint_8t s1[N_BLOCK], r, rc = 0x6c; local 789 static void update_encrypt_key_256( uint_8t k[2 * N_BLOCK], uint_8t *rc ) 824 uint_8t s1[N_BLOCK], r, rc = 1; local 866 static void update_decrypt_key_256( uint_8t k[2 * N_BLOCK], uint_8t *rc ) 902 uint_8t s1[N_BLOCK], r, rc = 0x80; local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 89 int rc; in bt_mesh_host_init() local 114 int rc; in bt_mesh_host_deinit() local 230 int rc = 0, j, i = (int)arg; /* char index */ in dsc_disced() local 280 int rc = 0, j; in chr_disced() local 343 int rc = 0, i; in svc_disced() local 406 int rc, i; in disc_cb() local 634 int rc; in gap_event_cb() local 1313 int rc; in bt_mesh_gatts_service_stop() local 1338 int rc; in bt_mesh_gatts_service_start() local 1419 int i, rc; in bt_mesh_gattc_conn_create() local [all …]
|
/hal_espressif-latest/components/bt/porting/mem/ |
D | os_msys_init.c | 20 #define SYSINIT_PANIC_ASSERT(rc) assert(rc); argument 157 int rc; in os_msys_init_once() local 209 int rc; in os_msys_init() local
|
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/ |
D | hci_driver_tamplete.c | 22 int rc; in hci_driver_vhci_controller_tx() local 105 int rc; in hci_driver_vhci_tx() local
|
D | hci_driver_standard.c | 24 int rc; in hci_driver_vhci_controller_tx() local 79 int rc; in hci_driver_vhci_tx() local
|
D | hci_driver_nimble.c | 34 int rc; in hci_driver_vhci_tx() local
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 534 int rc = -1; in esp_ecc_gen_key_pair() local 544 int rc = -1; in esp_ecc_gen_dh_key() local 554 int rc = esp_intr_alloc(source, flags, handler, arg, (intr_handle_t *)ret_handle_in); in esp_intr_alloc_wrapper() local 564 int rc = 0; in esp_intr_free_wrapper() local 619 esp_err_t rc = 0; in controller_sleep_init() local 1302 int rc = BLE_SM_KEY_ERR; in ble_sm_alg_gen_dhkey() local 1394 int rc = BLE_SM_KEY_ERR; in mbedtls_gen_keypair() local
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 478 int rc = -1; in esp_ecc_gen_key_pair() local 488 int rc = -1; in esp_ecc_gen_dh_key() local 498 int rc = esp_intr_alloc(source, flags | ESP_INTR_FLAG_IRAM, handler, in esp_intr_alloc_wrapper() local 505 int rc = 0; in esp_intr_free_wrapper() local 626 esp_err_t rc = 0; in controller_sleep_init() local 1374 int rc = BLE_SM_KEY_ERR; in ble_sm_alg_gen_dhkey() local 1466 int rc = BLE_SM_KEY_ERR; in mbedtls_gen_keypair() local
|
/hal_espressif-latest/components/bt/porting/transport/src/ |
D | hci_transport.c | 48 int rc; in hci_transport_packet_rx() local 123 int rc; in hci_transport_init() local
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast_pac.c | 189 static int eap_fast_read_line(struct eap_fast_read_ctx *rc, char **value) in eap_fast_read_line() 255 struct eap_fast_read_ctx *rc) in eap_fast_init_pac_data() 291 static void eap_fast_deinit_pac_data(struct eap_fast_read_ctx *rc) in eap_fast_deinit_pac_data() 415 struct eap_fast_read_ctx rc; in eap_fast_load_pac() local
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 481 int rc = -1; in esp_ecc_gen_key_pair() local 491 int rc = -1; in esp_ecc_gen_dh_key() local 501 int rc = esp_intr_alloc(source, flags | ESP_INTR_FLAG_IRAM, handler, in esp_intr_alloc_wrapper() local 508 int rc = 0; in esp_intr_free_wrapper() local 634 esp_err_t rc = 0; in controller_sleep_init() local 1397 int rc = BLE_SM_KEY_ERR; in ble_sm_alg_gen_dhkey() local 1489 int rc = BLE_SM_KEY_ERR; in mbedtls_gen_keypair() local
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart.c | 174 int rc; in hci_driver_uart_init() local 216 int rc; in hci_driver_uart_reconfig_pin() local
|
/hal_espressif-latest/components/esp_common/src/ |
D | esp_err_check_linux.c | 15 void _esp_error_check_failed(esp_err_t rc, const char *file, int line, const char *function, const … in _esp_error_check_failed()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_api.c | 1441 int rc; in PORT_Write() local 1505 int rc = 0; in PORT_WriteDataCO() local 1625 int rc = 0; in PORT_WriteData() local
|
/hal_espressif-latest/zephyr/esp32/include/ |
D | esp_nvs_adapter.h | 36 static inline int32_t esp_get_nvs_error(int32_t rc) { in esp_get_nvs_error()
|
/hal_espressif-latest/zephyr/esp32s3/include/ |
D | esp_nvs_adapter.h | 36 static inline int32_t esp_get_nvs_error(int32_t rc) { in esp_get_nvs_error()
|
/hal_espressif-latest/zephyr/port/boot/ |
D | esp_image_loader.c | 80 int rc; in esp_app_image_load() local
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 142 int rc; in esp_dpp_rx_auth_req() local 254 int rc; in esp_dpp_rx_auth_conf() local
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 428 int rc; in esp_blufi_disconnect() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 179 tBTM_STATUS rc; in avdt_l2c_connect_ind_cback() local
|