Home
last modified time | relevance | path

Searched defs:send (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dweb_socket_client.py76 def send(self, payload_dict): # type: (dict) -> None member in WebSocketClient
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c747 bool send = false; in bt_mesh_proxy_client_relay() local
789 bool send = false; in bt_mesh_proxy_client_beacon_send() local
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c127 esp_hf_client_outgoing_data_cb_t send) in btc_hf_client_reg_data_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h107 esp_hf_client_outgoing_data_cb_t send; member
Dbtc_hf_ag.h189 esp_hf_outgoing_data_cb_t send; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c497 esp_hf_client_outgoing_data_cb_t send) in esp_hf_client_register_data_callback()
Desp_hf_ag_api.c529 …_t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send) in esp_hf_ag_register_data_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c260 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()