Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 25 of 75) sorted by relevance

123

/hal_espressif-3.6.0/examples/bluetooth/nimble/blecent/main/
Dmain.c75 int rc; in blecent_on_write() local
127 int rc; in blecent_on_read() local
171 int rc; in blecent_read_write_subscribe() local
233 int rc; in blecent_scan() local
276 int rc; in blecent_should_connect() local
323 int rc; in blecent_connect_if_interesting() local
377 int rc; in blecent_gap_event() local
507 int rc; in blecent_on_sync() local
529 int rc; in app_main() local
Dpeer.c76 peer_disc_complete(struct peer *peer, int rc) in peer_disc_complete()
184 int rc; in peer_disc_dscs() local
220 int rc; in peer_dsc_disced() local
374 int rc; in peer_chr_disced() local
411 int rc; in peer_disc_chrs() local
604 int rc; in peer_svc_disced() local
641 int rc; in peer_disc_all() local
671 int rc; in peer_delete() local
737 int rc; in peer_init() local
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/main/
Dmain.c79 int rc; in ble_spp_client_scan() local
122 int rc; in ble_spp_client_should_connect() local
158 int rc; in ble_spp_client_connect_if_interesting() local
212 int rc; in ble_spp_client_gap_event() local
317 int rc; in ble_spp_client_on_sync() local
338 int rc; in ble_client_uart_task() local
398 int rc; in app_main() local
Dpeer.c63 peer_disc_complete(struct peer *peer, int rc) in peer_disc_complete()
171 int rc; in peer_disc_dscs() local
207 int rc; in peer_dsc_disced() local
361 int rc; in peer_chr_disced() local
398 int rc; in peer_disc_chrs() local
591 int rc; in peer_svc_disced() local
628 int rc; in peer_disc_all() local
658 int rc; in peer_delete() local
724 int rc; in peer_init() local
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dnimble_gatts.c72 int rc; in gatt_svr_chr_write() local
94 int rc; in gatt_svr_chr_access_sec_test() local
160 int rc; in bleprph_advertise() local
219 int rc; in bleprph_gap_event() local
313 int rc; in bleprph_on_sync() local
348 int rc; in nimble_gatt_svr_init() local
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_page.cpp35 auto rc = mPartition->read_raw(mBaseAddress, &header, sizeof(header)); in load() local
146 auto rc = mPartition->write(getEntryAddress(mNextFreeEntry), buf, size); in writeEntryData() local
275 esp_err_t rc = findItem(nsIndex, datatype, key, index, item, chunkIdx, chunkStart); in readItem() local
326 esp_err_t rc = findItem(nsIndex, datatype, key, index, item, chunkIdx, chunkStart); in cmpItem() local
373 esp_err_t rc = findItem(nsIndex, datatype, key, index, item, chunkIdx, chunkStart); in eraseItem() local
396 auto rc = readEntry(index, item); in eraseEntryAndSpan() local
427 auto rc = alterEntryState(index, EntryState::ERASED); in eraseEntryAndSpan() local
521 auto rc = mPartition->read_raw(mBaseAddress + ENTRY_TABLE_OFFSET, mEntryTable.data(), in mLoadEntryTable() local
560 auto rc = mPartition->read_raw(entryAddress, &header, sizeof(header)); in mLoadEntryTable() local
735 auto rc = mPartition->write_raw(mBaseAddress, &header, sizeof(header)); in initialize() local
[all …]
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
Dmain.c89 int rc; in blecent_notify() local
111 int rc; in blecent_write() local
172 int rc, read_count = 0; in blecent_read() local
217 int rc = 0; in throughput_task() local
376 int rc; in blecent_scan() local
419 int rc; in blecent_should_connect() local
468 int rc; in blecent_connect_if_interesting() local
521 int rc; in blecent_gap_event() local
656 int rc; in blecent_on_sync() local
718 int rc; in app_main() local
Dpeer.c63 peer_disc_complete(struct peer *peer, int rc) in peer_disc_complete()
171 int rc; in peer_disc_dscs() local
207 int rc; in peer_dsc_disced() local
361 int rc; in peer_chr_disced() local
398 int rc; in peer_disc_chrs() local
592 int rc; in peer_svc_disced() local
628 int rc; in peer_disc_all() local
658 int rc; in peer_delete() local
724 int rc; in peer_init() local
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_server/main/
Dmain.c81 int rc; in ble_spp_server_advertise() local
155 int rc; in ble_spp_server_gap_event() local
223 int rc; in ble_spp_server_on_sync() local
315 int rc=0; in gatt_svr_register() local
335 int rc=0; in ble_server_uart_task() local
387 int rc; in app_main() local
Dgatt_svr.c90 int rc; in gatt_svr_chr_write() local
112 int rc; in gatt_svr_chr_access_sec_test() local
191 int rc; in new_gatt_svr_init() local
/hal_espressif-3.6.0/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c87 uint8_t rc = 0; in ble_hci_trans_hs_cmd_tx() local
108 int rc = ESP_FAIL; in ble_hci_trans_ll_evt_tx() local
119 uint8_t data[MYNEWT_VAL(BLE_ACL_BUF_SIZE) + 1], rc = 0; in ble_hci_trans_hs_acl_tx() local
148 int rc = ESP_FAIL; in ble_hci_trans_ll_acl_tx() local
189 int rc; in ble_hci_trans_buf_free() local
255 int rc; in ble_hci_rx_acl() local
281 int rc; in ble_hci_transport_init() local
347 int rc; in host_rcv_pkt() local
/hal_espressif-3.6.0/examples/bluetooth/nimble/blehr/main/
Dmain.c83 int rc; in blehr_advertise() local
141 int rc; in blehr_tx_hrate_reset() local
158 int rc; in blehr_tx_hrate() local
241 int rc; in blehr_on_sync() local
274 int rc; in app_main() local
Dgatt_svr.c97 int rc; in gatt_svr_chr_access_heart_rate() local
116 int rc; in gatt_svr_chr_access_device_info() local
169 int rc; in gatt_svr_init() local
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c112 int rc; in write_value() local
141 int rc; in read_value() local
217 int rc; in esp_blufi_gatt_svr_init() local
239 int rc; in esp_blufi_gap_event() local
332 int rc; in esp_blufi_adv_start() local
430 int rc = 0; in esp_blufi_send_notify() local
459 int rc; in esp_blufi_btc_init() local
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph/main/
Dmain.c76 int rc; in bleprph_advertise() local
150 int rc; in bleprph_gap_event() local
299 int rc; in bleprph_on_sync() local
334 int rc; in app_main() local
Dgatt_svr.c93 int rc; in gatt_svr_chr_write() local
115 int rc; in gatt_svr_chr_access_sec_test() local
194 int rc; in gatt_svr_init() local
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/bleprph_throughput/main/
Dmain.c97 int rc; in gatts_advertise() local
149 int rc, notify_count = 0; in notify_task() local
239 int rc; in gatts_gap_event() local
331 int rc; in gatts_on_sync() local
365 int rc; in app_main() local
Dgatt_svr.c101 int rc; in gatt_svr_chr_write() local
122 int rc; in gatt_svr_read_write_long_test() local
198 int rc; in gatt_svr_init() local
/hal_espressif-3.6.0/components/esp_system/
Desp_err.c23 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()
35 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()
40 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-3.6.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/
Dgatt_svr.c94 int rc; in gatt_svr_chr_write() local
116 int rc; in gatt_svr_chr_access_sec_test() local
195 int rc; in gatt_svr_init() local
Dmain.c316 int rc; in bleprph_advertise() local
390 int rc; in bleprph_gap_event() local
490 int rc; in bleprph_on_sync() local
529 int rc; in app_main() local
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_nimble.c172 int rc; in simple_ble_advertise() local
216 int rc; in simple_ble_gap_event() local
283 int rc; in gatt_svr_dsc_access() local
296 int rc; in gatt_svr_chr_access() local
424 int rc; in gatt_svr_init() local
447 int rc; in simple_ble_on_sync() local
479 int rc; in simple_ble_start() local
708 int rc = ble_gatt_add_primary_svcs(*gatt_db_svcs, config->nu_lookup_count); in populate_gatt_db() local
941 esp_err_t rc = ble_gap_adv_stop(); in protocomm_ble_stop() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/
Daes.c515 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-3.6.0/components/unity/include/
Dunity_config.h58 #define TEST_ESP_OK(rc) TEST_ASSERT_EQUAL_HEX32(ESP_OK, rc) argument
59 #define TEST_ESP_ERR(err, rc) TEST_ASSERT_EQUAL_HEX32(err, rc) argument
/hal_espressif-3.6.0/examples/bluetooth/blufi/main/
Dblufi_init.c47 int rc; in esp_blufi_gap_register_callback() local
132 int rc; in esp_blufi_host_init() local

123