Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 34) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
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()
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()
Dbta_ag_cmd.c217 UINT8 code; member
373 static void bta_ag_send_result(tBTA_AG_SCB *p_scb, UINT8 code, char *p_arg, INT16 int_arg) in bta_ag_send_result()
1285 UINT8 code = bta_ag_trans_result[p_result->result]; in bta_ag_hsp_result() local
1386 UINT8 code = bta_ag_trans_result[p_result->result]; in bta_ag_hfp_result() local
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c86 esp_err_t code; member
866 const char *esp_err_to_name(esp_err_t code) in esp_err_to_name()
881 const char *esp_err_to_name_r(esp_err_t code, char *buf, size_t buflen) in esp_err_to_name_r()
Desp_err_to_name.c.in24 esp_err_t code; member
40 const char *esp_err_to_name(esp_err_t code)
55 const char *esp_err_to_name_r(esp_err_t code, char *buf, size_t buflen)
/hal_espressif-latest/components/newlib/platform_include/sys/
Dselect.h34 #define __FD_SAFE_SET(n, code) do { if ((unsigned)(n) < FD_SETSIZE) { code; } } while(0) argument
35 #define __FD_SAFE_GET(n, code) (((unsigned)(n) < FD_SETSIZE) ? (code) : 0) argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_rfc.c45 static void bta_hf_client_port_cback(UINT32 code, UINT16 port_handle) in bta_hf_client_port_cback()
73 static void bta_hf_client_mgmt_cback(UINT32 code, UINT16 port_handle, void* data) in bta_hf_client_mgmt_cback()
Dbta_hf_client_at.c483 static void bta_hf_client_handle_cmeerror(UINT32 code) in bta_hf_client_handle_cmeerror()
565 static void bta_hf_client_handle_btrh( UINT16 code) in bta_hf_client_handle_btrh()
1086 UINT16 code = 0; in bta_hf_client_parse_btrh() local
1738 void bta_hf_client_send_at_vts(char code) in bta_hf_client_send_at_vts()
/hal_espressif-latest/components/wpa_supplicant/src/eap_common/
Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) in eap_wsc_build_frag_ack()
/hal_espressif-latest/components/esp_hw_support/
Dmodem_clock.c172 … uint32_t code = modem_clock_hal_get_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain); in modem_clock_domain_clk_gate_enable() local
188 … uint32_t code = modem_clock_hal_get_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain); in modem_clock_domain_clk_gate_disable() local
319 … uint32_t code = modem_clock_hal_get_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain); in modem_clock_module_icg_map_init_all() local
/hal_espressif-latest/components/esp_event/host_test/esp_event_unit_test/main/
Desp_event_test.cpp49 const char *esp_err_to_name(esp_err_t code) { in esp_err_to_name()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_common.c129 u8 code, u8 identifier) in eap_msg_alloc()
Deap_defs.h19 u8 code; member
Deap_tls_common.c20 u8 code, u8 identifier) in eap_tls_msg_alloc()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1722 static void bta_jv_port_mgmt_cl_cback(UINT32 code, UINT16 port_handle, void* data) in bta_jv_port_mgmt_cl_cback()
1780 static void bta_jv_port_event_cl_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_cl_cback()
1996 static void bta_jv_port_mgmt_sr_cback(UINT32 code, UINT16 port_handle, void *data) in bta_jv_port_mgmt_sr_cback()
2113 static void bta_jv_port_event_sr_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_sr_cback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c623 static bt_status_t btc_hf_client_send_dtmf(char code) in btc_hf_client_send_dtmf()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h101 char code; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c389 esp_err_t esp_hf_client_send_dtmf(char code) in esp_hf_client_send_dtmf()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h550 static inline void twai_ll_set_acc_filter(twai_dev_t* hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h550 static inline void twai_ll_set_acc_filter(twai_dev_t *hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_ag_api.h173 char *code; /*!< MTF code from HF Client */ member
Desp_hf_client_api.h231 esp_hf_at_response_code_t code; /*!< AT response code */ member
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h571 static inline void twai_ll_set_acc_filter(twai_dev_t *hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h550 static inline void twai_ll_set_acc_filter(twai_dev_t* hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h557 static inline void twai_ll_set_acc_filter(twai_dev_t *hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c289 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label, tBTA_AV_CODE code, in send_metamsg_rsp()

12