Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 61) sorted by relevance

123

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c119 void btm_ble_advfilt_enq_op_q(UINT8 action, UINT8 ocf, tBTM_BLE_FILT_CB_EVT cb_evt, in btm_ble_advfilt_enq_op_q()
264 UINT8 *p = p_params->p_param_buf, op_subcode = 0, action = 0xff; in btm_ble_scan_pf_cmpl_cback() local
455 tBTM_STATUS btm_ble_update_pf_local_name(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_pf_local_name()
513 tBTM_STATUS btm_ble_update_srvc_data_change(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_srvc_data_change()
541 tBTM_STATUS btm_ble_update_pf_manu_data(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_pf_manu_data()
650 UINT8 btm_ble_cs_update_pf_counter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_cs_update_pf_counter()
715 tBTM_STATUS btm_ble_update_addr_filter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_addr_filter()
764 tBTM_STATUS btm_ble_update_uuid_filter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_update_uuid_filter()
893 tBTM_STATUS btm_ble_clear_scan_pf_filter(tBTM_BLE_SCAN_COND_OP action, in btm_ble_clear_scan_pf_filter()
1008 tBTM_STATUS BTM_BleAdvFilterParamSetup(int action, tBTM_BLE_PF_FILT_INDEX filt_index, in BTM_BleAdvFilterParamSetup()
[all …]
/hal_espressif-2.7.6/tools/idf_py_actions/
Dcore_ext.py66 def clean(action, ctx, args): argument
92 def fullclean(action, ctx, args): argument
128 def python_clean(action, ctx, args): argument
142 def set_target(action, ctx, args, idf_target): argument
157 def reconfigure(action, ctx, args): argument
Ddebug_ext.py119 def post_debug(action, ctx, args, **kwargs): argument
154 def openocd(action, ctx, args, openocd_scripts, openocd_commands): argument
191 def gdbui(action, ctx, args, gdbgui_port, gdbinit, require_openocd): argument
249 def gdbtui(action, ctx, args, gdbinit, require_openocd): argument
255 def gdb(action, ctx, args, gdb_tui, gdbinit, require_openocd): argument
Dcreate_ext.py9 def get_type(action): argument
22 def is_empty_and_create(path, action): argument
61 def create_new(action, ctx, global_args, **action_args): argument
Dserial_ext.py70 def monitor(action, ctx, args, print_filter, monitor_baud, encrypted): argument
119 def flash(action, ctx, args): argument
127 def erase_flash(action, ctx, args): argument
/hal_espressif-2.7.6/components/tcp_transport/private_include/
Desp_transport_utils.h27 #define ESP_TRANSPORT_MEM_CHECK(TAG, a, action) if (!(a)) { … argument
35 #define ESP_TRANSPORT_ERR_OK_CHECK(TAG, err, action) \ argument
/hal_espressif-2.7.6/tools/ci/python_packages/idf_iperf_test_util/
DPowerControl.py35 def apc_telnet_common_action(cls, telnet, check_str, action): argument
92 def control_rest(cls, apc_ip, outlet, action): argument
/hal_espressif-2.7.6/components/esp_http_client/lib/include/
Dhttp_utils.h83 #define HTTP_MEM_CHECK(TAG, a, action) if (!(a)) { … argument
/hal_espressif-2.7.6/components/hal/include/hal/
Dsoc_hal.h32 #define __SOC_HAL_PERFORM_ON_OTHER_CORES(action) { \ argument
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_master/main/
Dtwai_network_example_master_main.c87 rx_task_action_t action; in twai_receive_task() local
137 tx_task_action_t action; in twai_transmit_task() local
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_slave/main/
Dtwai_network_example_slave_main.c88 rx_task_action_t action; in twai_receive_task() local
131 tx_task_action_t action; in twai_transmit_task() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/jv/
Dbta_jv_main.c96 UINT16 action = (p_msg->event & 0x00ff); in bta_jv_sm_execute() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp.c72 UINT16 action = (p_msg->event & 0x00ff); in bta_sdp_sm_execute() local
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py38 def _judge_build_or_not(action, build_all): # type: (str, bool) -> (bool, bool) argument
/hal_espressif-2.7.6/components/mdns/
Dmdns.c172 mdns_action_t * action = NULL; in _mdns_send_rx_action() local
3774 static void _mdns_free_action(mdns_action_t * action) in _mdns_free_action()
3823 static void _mdns_execute_action(mdns_action_t * action) in _mdns_execute_action()
4016 mdns_action_t * action = NULL; in _mdns_send_search_action() local
4044 mdns_action_t * action = NULL; in _mdns_scheduler_run() local
4205 mdns_action_t action; in _mdns_service_task_stop() local
4238 mdns_action_t * action = (mdns_action_t *)calloc(1, sizeof(mdns_action_t)); in event_handler() local
4401 mdns_action_t * action = (mdns_action_t *)malloc(sizeof(mdns_action_t)); in mdns_hostname_set() local
4430 mdns_action_t * action = (mdns_action_t *)malloc(sizeof(mdns_action_t)); in mdns_instance_name_set() local
4480 mdns_action_t * action = (mdns_action_t *)malloc(sizeof(mdns_action_t)); in mdns_service_add() local
[all …]
/hal_espressif-2.7.6/components/esp32/test/
Dtest_backtrace.c28 static void __attribute__((__noinline__)) recursive_func(int recur_depth, int action) in recursive_func()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dboard.c29 void board_output_number(esp_ble_mesh_output_action_t action, uint32_t number) in board_output_number()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dboard.c29 void board_output_number(esp_ble_mesh_output_action_t action, uint32_t number) in board_output_number()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avct/
Davct_lcb.c199 UINT8 action; in avct_lcb_event() local
238 UINT8 action; in avct_bcb_event() local
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/
Dmdns_di.h30 void mdns_test_execute_action(void * action) in mdns_test_execute_action()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dfast_prov.c151 uint8_t bt_mesh_set_fast_prov_action(uint8_t action) in bt_mesh_set_fast_prov_action()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb.c302 UINT8 action; in avdt_ccb_event() local
Davdt_scb.c531 UINT8 action; in avdt_scb_event() local
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_common.h83 uint8_t action; /* Action used to enbale/disable Provisioner functionality */ member
108 uint8_t action; member
/hal_espressif-2.7.6/components/esp_websocket_client/
Desp_websocket_client.c47 #define ESP_WS_CLIENT_MEM_CHECK(TAG, a, action) if (!(a)) { … argument
52 #define ESP_WS_CLIENT_ERR_OK_CHECK(TAG, err, action) { \ argument
60 #define ESP_WS_CLIENT_STATE_CHECK(TAG, a, action) if ((a->state) < WEBSOCKET_STATE_INIT) { … argument

123