Searched refs:recv (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | web_socket_client.py | 98 r = self.ws.recv()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hf_client.h | 106 esp_hf_client_incoming_data_cb_t recv; member
|
D | btc_hf_ag.h | 188 esp_hf_incoming_data_cb_t recv; member
|
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/ |
D | redirector.py | 73 data = self.socket.recv(1024)
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 496 esp_err_t esp_hf_client_register_data_callback(esp_hf_client_incoming_data_cb_t recv, in esp_hf_client_register_data_callback() argument 510 arg.reg_data_cb.recv = recv; in esp_hf_client_register_data_callback()
|
D | esp_hf_ag_api.c | 529 esp_err_t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_… in esp_hf_ag_register_data_callback() argument 541 arg.reg_data_cb.recv = recv; in esp_hf_ag_register_data_callback()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_client_api.h | 680 esp_err_t esp_hf_client_register_data_callback(esp_hf_client_incoming_data_cb_t recv,
|
D | esp_hf_ag_api.h | 693 esp_err_t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_…
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 126 void btc_hf_client_reg_data_cb(esp_hf_client_incoming_data_cb_t recv, in btc_hf_client_reg_data_cb() argument 129 hf_client_local_param.btc_hf_client_incoming_data_cb = recv; in btc_hf_client_reg_data_cb() 1181 btc_hf_client_reg_data_cb(arg->reg_data_cb.recv, arg->reg_data_cb.send); in btc_hf_client_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 80 static void smp_update_key_mask (tSMP_CB *p_cb, UINT8 key_type, BOOLEAN recv) in smp_update_key_mask() argument 83 __func__, p_cb->role, recv, p_cb->local_i_key, p_cb->local_r_key); in smp_update_key_mask() 93 if (recv) { in smp_update_key_mask() 99 if (recv) { in smp_update_key_mask()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 260 void btc_hf_reg_data_cb(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send) in btc_hf_reg_data_cb() argument 262 hf_local_param[0].btc_hf_incoming_data_cb = recv; in btc_hf_reg_data_cb() 1262 btc_hf_reg_data_cb(arg->reg_data_cb.recv, arg->reg_data_cb.send); in btc_hf_call_handler()
|