Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 156) sorted by relevance

1234567

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c25 bt_mesh_nvs_handle_t handle; member
63 int bt_mesh_settings_nvs_open(const char* name, bt_mesh_nvs_handle_t *handle) in bt_mesh_settings_nvs_open()
72 void bt_mesh_settings_nvs_close(bt_mesh_nvs_handle_t handle) in bt_mesh_settings_nvs_close()
159 int bt_mesh_settings_direct_open(bt_mesh_nvs_handle_t *handle) in bt_mesh_settings_direct_open()
217 static int settings_save(bt_mesh_nvs_handle_t handle, const char *key, const uint8_t *val, size_t l… in settings_save()
252 int bt_mesh_save_settings(bt_mesh_nvs_handle_t handle, const char *key, in bt_mesh_save_settings()
264 bt_mesh_nvs_handle_t handle = settings_get_nvs_handle(SETTINGS_CORE); in bt_mesh_save_core_settings() local
271 bt_mesh_nvs_handle_t handle = settings_get_nvs_handle(SETTINGS_UID); in bt_mesh_save_uid_settings() local
276 int bt_mesh_erase_settings(bt_mesh_nvs_handle_t handle, const char *key) in bt_mesh_erase_settings()
295 static int settings_load(bt_mesh_nvs_handle_t handle, const char *key, in settings_load()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c231 int RFCOMM_RemoveConnection (UINT16 handle) in RFCOMM_RemoveConnection()
265 int RFCOMM_RemoveServer (UINT16 handle) in RFCOMM_RemoveServer()
472 int PORT_CheckConnection(UINT16 handle, BOOLEAN ignore_rfc_state, BD_ADDR bd_addr, UINT16 *p_lcid) in PORT_CheckConnection()
565 int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_SetState()
610 int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count) in PORT_GetRxQueueCnt()
651 int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_GetState()
688 int PORT_Control (UINT16 handle, UINT8 signal) in PORT_Control()
773 int PORT_FlowControl (UINT16 handle, BOOLEAN enable) in PORT_FlowControl()
913 int PORT_FlowControl_GiveCredit (UINT16 handle, BOOLEAN enable, UINT16 credits_given) in PORT_FlowControl_GiveCredit()
986 int PORT_GetModemStatus (UINT16 handle, UINT8 *p_signal) in PORT_GetModemStatus()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c145 void BTA_AgDeregister(UINT16 handle) in BTA_AgDeregister()
168 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) in BTA_AgOpen()
193 void BTA_AgClose(UINT16 handle) in BTA_AgClose()
215 void BTA_AgAudioOpen(UINT16 handle) in BTA_AgAudioOpen()
237 void BTA_AgAudioClose(UINT16 handle) in BTA_AgAudioClose()
260 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data) in BTA_AgResult()
287 void BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec) in BTA_AgSetCodec()
311 void BTA_AgPktStatsNumsGet(UINT16 handle, UINT16 sync_conn_handle) in BTA_AgPktStatsNumsGet()
332 void BTA_AgCiData(UINT16 handle) in BTA_AgCiData()
Dbta_ag_rfc.c93 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback()
125 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback()
187 static int bta_ag_data_cback(UINT16 port_handle, void *p_data, UINT16 len, UINT16 handle) in bta_ag_data_cback()
210 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle, void* data) {bta_ag_mgmt_cback(code, handle, 1… in bta_ag_mgmt_cback_1()
211 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle, void* data) {bta_ag_mgmt_cback(code, handle, 2… in bta_ag_mgmt_cback_2()
212 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle, void* data) {bta_ag_mgmt_cback(code, handle, 3… in bta_ag_mgmt_cback_3()
213 void bta_ag_port_cback_1(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 1);} in bta_ag_port_cback_1()
214 void bta_ag_port_cback_2(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 2);} in bta_ag_port_cback_2()
215 void bta_ag_port_cback_3(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 3);} in bta_ag_port_cback_3()
251 void bta_ag_setup_port(tBTA_AG_SCB *p_scb, UINT16 handle) in bta_ag_setup_port()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c223 void AVDT_AbortReq(UINT8 handle) in AVDT_AbortReq()
281 UINT16 AVDT_RemoveStream(UINT8 handle) in AVDT_RemoveStream()
475 UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay) in AVDT_DelayReport()
516 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) in AVDT_OpenReq()
562 UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) in AVDT_ConfigRsp()
703 UINT16 AVDT_CloseReq(UINT8 handle) in AVDT_CloseReq()
736 UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg) in AVDT_ReconfigReq()
769 UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) in AVDT_ReconfigRsp()
804 UINT16 AVDT_SecurityReq(UINT8 handle, UINT8 *p_data, UINT16 len) in AVDT_SecurityReq()
837 UINT16 AVDT_SecurityRsp(UINT8 handle, UINT8 label, UINT8 error_code, in AVDT_SecurityRsp()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c170 tSDP_RECORD *sdp_db_find_record (UINT32 handle) in sdp_db_find_record()
288 UINT32 handle; in SDP_CreateRecord() local
350 BOOLEAN SDP_DeleteRecord (UINT32 handle) in SDP_DeleteRecord()
406 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, in SDP_AddAttribute()
526 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem, in SDP_AddSequence()
604 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, in SDP_AddUuidSequence()
651 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, in SDP_AddProtocolList()
686 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem, in SDP_AddAdditionProtoLists()
736 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList()
784 BOOLEAN SDP_AddLanguageBaseAttrIDList (UINT32 handle, UINT16 lang, in SDP_AddLanguageBaseAttrIDList()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c644 UINT16 handle; in btu_hcif_connection_comp_evt() local
707 UINT16 handle; in btu_hcif_disconnection_comp_evt() local
734 UINT16 handle; in btu_hcif_authentication_comp_evt() local
782 UINT16 handle; in btu_hcif_encryption_change_evt() local
821 UINT16 handle; in btu_hcif_read_rmt_ext_features_comp_evt() local
860 UINT16 handle; in btu_hcif_qos_setup_comp_evt() local
889 UINT16 handle; in btu_hcif_esco_connection_comp_evt() local
922 UINT16 handle; in btu_hcif_esco_connection_chg_evt() local
1253 UINT16 handle; in btu_hcif_hdl_command_status() local
1566 UINT16 handle; in btu_hcif_mode_change_evt() local
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c164 void BTA_HfClientDeregister(UINT16 handle) in BTA_HfClientDeregister()
188 void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask) in BTA_HfClientOpen()
212 void BTA_HfClientClose(UINT16 handle) in BTA_HfClientClose()
234 void BTA_HfClientAudioOpen(UINT16 handle) in BTA_HfClientAudioOpen()
256 void BTA_HfClientAudioClose(UINT16 handle) in BTA_HfClientAudioClose()
277 void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, con… in BTA_HfClientSendAT()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c194 UINT16 AVCT_RemoveConn(UINT8 handle) in AVCT_RemoveConn()
232 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role) in AVCT_CreateBrowse()
297 UINT16 AVCT_RemoveBrowse (UINT8 handle) in AVCT_RemoveBrowse()
330 UINT16 AVCT_GetBrowseMtu (UINT8 handle) in AVCT_GetBrowseMtu()
355 UINT16 AVCT_GetPeerMtu (UINT8 handle) in AVCT_GetPeerMtu()
391 UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg) in AVCT_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c172 BOOLEAN btsnd_hcic_disconnect (UINT16 handle, UINT8 reason) in btsnd_hcic_disconnect()
197 BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types) in btsnd_hcic_add_SCO_conn()
401 BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types) in btsnd_hcic_change_conn_type()
425 BOOLEAN btsnd_hcic_auth_request (UINT16 handle) in btsnd_hcic_auth_request()
448 BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable) in btsnd_hcic_set_conn_encrypt()
523 BOOLEAN btsnd_hcic_rmt_features_req (UINT16 handle) in btsnd_hcic_rmt_features_req()
546 BOOLEAN btsnd_hcic_rmt_ext_features (UINT16 handle, UINT8 page_num) in btsnd_hcic_rmt_ext_features()
570 BOOLEAN btsnd_hcic_rmt_ver_req (UINT16 handle) in btsnd_hcic_rmt_ver_req()
593 BOOLEAN btsnd_hcic_read_rmt_clk_offset (UINT16 handle) in btsnd_hcic_read_rmt_clk_offset()
616 BOOLEAN btsnd_hcic_read_lmp_handle (UINT16 handle) in btsnd_hcic_read_lmp_handle()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c77 static void avrc_ctrl_cback(UINT8 handle, UINT8 event, UINT16 result, in avrc_ctrl_cback()
147 static void avrc_prep_end_frag(UINT8 handle) in avrc_prep_end_frag()
187 static void avrc_send_continue_frag(UINT8 handle, UINT8 label) in avrc_send_continue_frag()
254 static BT_HDR *avrc_proc_vendor_command(UINT8 handle, UINT8 label, in avrc_proc_vendor_command()
354 static UINT8 avrc_proc_far_msg(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR **pp_pkt, in avrc_proc_far_msg()
510 static void avrc_msg_cback(UINT8 handle, UINT8 label, UINT8 cr, in avrc_msg_cback()
904 UINT16 AVRC_Close(UINT8 handle) in AVRC_Close()
927 UINT16 AVRC_MsgReq (UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt) in AVRC_MsgReq()
1054 UINT16 AVRC_PassCmd(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassCmd()
1093 UINT16 AVRC_PassRsp(UINT8 handle, UINT8 label, tAVRC_MSG_PASS *p_msg) in AVRC_PassRsp()
Davrc_opt.c100 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) in AVRC_UnitCmd()
144 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd()
187 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorCmd()
223 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorRsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c340 tBTA_JV_STATUS BTA_JvDeleteRecord(UINT32 handle) in BTA_JvDeleteRecord()
475 tBTA_JV_STATUS BTA_JvL2capClose(UINT32 handle, tBTA_JV_L2CAP_CBACK *p_cback, void *user_data) in BTA_JvL2capClose()
507 tBTA_JV_STATUS BTA_JvL2capCloseLE(UINT32 handle) in BTA_JvL2capCloseLE()
697 int BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capRead()
733 tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvL2capReceive()
777 tBTA_JV_STATUS BTA_JvL2capReady(UINT32 handle, UINT32 *p_data_size) in BTA_JvL2capReady()
806 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, in BTA_JvL2capWrite()
947 tBTA_JV_STATUS BTA_JvRfcommClose(UINT32 handle, void *user_data) in BTA_JvRfcommClose()
1027 tBTA_JV_STATUS BTA_JvRfcommStopServer(UINT32 handle, void *user_data) in BTA_JvRfcommStopServer()
1054 tBTA_JV_STATUS BTA_JvRfcommRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len) in BTA_JvRfcommRead()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidh_api.h161 uint8_t handle; /*!< device handle */ member
172 uint8_t handle; /*!< device handle */ member
181 uint8_t handle; /*!< device handle */ member
189 uint8_t handle; /*!< device handle */ member
198 uint8_t handle; /*!< device handle */ member
206 uint8_t handle; /*!< device handle */ member
216 uint8_t handle; /*!< device handle */ member
224 uint8_t handle; /*!< device handle */ member
233 uint8_t handle; /*!< device handle */ member
242 uint8_t handle; /*!< device handle */ member
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h188 UINT32 handle; /* The SDP handle */ member
195 UINT32 handle; /* The connection handle */ member
203 UINT32 handle; /* The connection handle */ member
211 UINT32 handle; /* The connection handle */ member
218 UINT32 handle; /* The connection handle */ member
225 UINT32 handle; /* The connection handle */ member
232 UINT32 handle; /* The connection handle */ member
242 UINT32 handle; /* The connection handle */ member
252 UINT32 handle; /* The connection handle */ member
261 UINT32 handle; /* The connection handle */ member
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_sm.c90 void btc_sm_shutdown(btc_sm_handle_t handle) in btc_sm_shutdown()
110 btc_sm_state_t btc_sm_get_state(btc_sm_handle_t handle) in btc_sm_get_state()
133 bt_status_t btc_sm_dispatch(btc_sm_handle_t handle, btc_sm_event_t event, in btc_sm_dispatch()
165 bt_status_t btc_sm_change_state(btc_sm_handle_t handle, btc_sm_state_t state) in btc_sm_change_state()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c122 UINT16 handle = (UINT16) *((UINT16 *)p_param->p_data1); in btm_get_acl_db() local
778 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable) in btm_acl_encrypt_change()
945 UINT16 handle; in btm_read_remote_version_complete() local
992 UINT16 handle = p_acl_cb->hci_handle; in btm_process_remote_ext_features() local
1042 void btm_read_remote_features (UINT16 handle) in btm_read_remote_features()
1072 void btm_read_remote_ext_features (UINT16 handle, UINT8 page_number) in btm_read_remote_ext_features()
1094 UINT16 handle; in btm_read_remote_features_complete() local
1148 UINT16 handle; in btm_read_remote_ext_features_complete() local
1201 void btm_read_remote_ext_features_failed (UINT8 status, UINT16 handle) in btm_read_remote_ext_features_failed()
1924 void btm_qos_setup_complete (UINT8 status, UINT16 handle, FLOW_SPEC *p_flow) in btm_qos_setup_complete()
[all …]
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c326 esp_err_t adc_continuous_start(adc_continuous_handle_t handle) in adc_continuous_start()
380 esp_err_t adc_continuous_stop(adc_continuous_handle_t handle) in adc_continuous_stop()
416 esp_err_t adc_continuous_read(adc_continuous_handle_t handle, uint8_t *buf, uint32_t length_max, ui… in adc_continuous_read()
447 esp_err_t adc_continuous_deinit(adc_continuous_handle_t handle) in adc_continuous_deinit()
488 esp_err_t adc_continuous_config(adc_continuous_handle_t handle, const adc_continuous_config_t *conf… in adc_continuous_config()
580 esp_err_t adc_continuous_register_event_callbacks(adc_continuous_handle_t handle, const adc_continu… in adc_continuous_register_event_callbacks()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h83 uint16_t handle; member
88 uint16_t handle; member
93 uint16_t handle; member
98 uint16_t handle; member
103 uint16_t handle; member
116 uint16_t handle; member
131 uint16_t handle; member
140 uint16_t handle; member
148 uint16_t handle; member
157 uint16_t handle; member
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c31 #define APPLY_CONTINUATION_FLAG(handle) (((handle) & 0xCFFF) | 0x1000) argument
32 #define APPLY_START_FLAG(handle) (((handle) & 0xCFFF) | 0x2000) argument
34 #define GET_BOUNDARY_FLAG(handle) (((handle) >> 12) & 0x0003) argument
142 uint16_t handle; in reassemble_and_dispatch() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c331 const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(UINT16 conn_id, UINT16 handle) in BTA_GATTC_GetCharacteristic()
348 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle) in BTA_GATTC_GetDescriptor()
492 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadCharacteristic()
522 void BTA_GATTC_ReadCharDescr (UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadCharDescr()
664 UINT16 handle, in BTA_GATTC_WriteCharValue()
710 UINT16 handle, in BTA_GATTC_WriteCharDescr()
761 void BTA_GATTC_PrepareWrite (UINT16 conn_id, UINT16 handle, in BTA_GATTC_PrepareWrite()
804 void BTA_GATTC_PrepareWriteCharDescr (UINT16 conn_id, UINT16 handle, in BTA_GATTC_PrepareWriteCharDescr()
877 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, UINT16 handle) in BTA_GATTC_SendIndConfirm()
910 BD_ADDR bda, UINT16 handle) in BTA_GATTC_RegisterForNotifications()
[all …]
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c220 static void queue_delete_wrapper(void *handle) in queue_delete_wrapper()
227 static void task_delete_wrapper(void *handle) in task_delete_wrapper()
448 int32_t nvs_set_i8(uint32_t handle, const char *key, int8_t value) in nvs_set_i8()
453 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8()
458 int32_t nvs_set_u8(uint32_t handle, const char *key, uint8_t value) in nvs_set_u8()
463 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8()
468 int32_t nvs_set_u16(uint32_t handle, const char *key, uint16_t value) in nvs_set_u16()
473 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16()
483 void nvs_close(uint32_t handle) in nvs_close()
488 int32_t nvs_commit(uint32_t handle) in nvs_commit()
[all …]
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c222 static void queue_delete_wrapper(void *handle) in queue_delete_wrapper()
229 static void task_delete_wrapper(void *handle) in task_delete_wrapper()
485 int32_t nvs_set_i8(uint32_t handle, const char *key, int8_t value) in nvs_set_i8()
494 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8()
503 int32_t nvs_set_u8(uint32_t handle, const char *key, uint8_t value) in nvs_set_u8()
512 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8()
521 int32_t nvs_set_u16(uint32_t handle, const char *key, uint16_t value) in nvs_set_u16()
530 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16()
548 void nvs_close(uint32_t handle) in nvs_close()
555 int32_t nvs_commit(uint32_t handle) in nvs_commit()
[all …]
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c222 static void queue_delete_wrapper(void *handle) in queue_delete_wrapper()
229 static void task_delete_wrapper(void *handle) in task_delete_wrapper()
485 int32_t nvs_set_i8(uint32_t handle, const char *key, int8_t value) in nvs_set_i8()
494 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8()
503 int32_t nvs_set_u8(uint32_t handle, const char *key, uint8_t value) in nvs_set_u8()
512 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8()
521 int32_t nvs_set_u16(uint32_t handle, const char *key, uint16_t value) in nvs_set_u16()
530 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16()
548 void nvs_close(uint32_t handle) in nvs_close()
555 int32_t nvs_commit(uint32_t handle) in nvs_commit()
[all …]
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c226 static void queue_delete_wrapper(void *handle) in queue_delete_wrapper()
233 static void task_delete_wrapper(void *handle) in task_delete_wrapper()
489 int32_t nvs_set_i8(uint32_t handle, const char *key, int8_t value) in nvs_set_i8()
498 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8()
507 int32_t nvs_set_u8(uint32_t handle, const char *key, uint8_t value) in nvs_set_u8()
516 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8()
525 int32_t nvs_set_u16(uint32_t handle, const char *key, uint16_t value) in nvs_set_u16()
534 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16()
552 void nvs_close(uint32_t handle) in nvs_close()
559 int32_t nvs_commit(uint32_t handle) in nvs_commit()
[all …]

1234567