/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_adv_filter.c | 119 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/ |
D | core_ext.py | 66 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
|
D | debug_ext.py | 119 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
|
D | create_ext.py | 9 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
|
D | serial_ext.py | 70 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/ |
D | esp_transport_utils.h | 27 #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/ |
D | PowerControl.py | 35 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/ |
D | http_utils.h | 83 #define HTTP_MEM_CHECK(TAG, a, action) if (!(a)) { … argument
|
/hal_espressif-2.7.6/components/hal/include/hal/ |
D | soc_hal.h | 32 #define __SOC_HAL_PERFORM_ON_OTHER_CORES(action) { \ argument
|
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_master/main/ |
D | twai_network_example_master_main.c | 87 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/ |
D | twai_network_example_slave_main.c | 88 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/ |
D | bta_jv_main.c | 96 UINT16 action = (p_msg->event & 0x00ff); in bta_jv_sm_execute() local
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp.c | 72 UINT16 action = (p_msg->event & 0x00ff); in bta_sdp_sm_execute() local
|
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/ |
D | CIScanTests.py | 38 def _judge_build_or_not(action, build_all): # type: (str, bool) -> (bool, bool) argument
|
/hal_espressif-2.7.6/components/mdns/ |
D | mdns.c | 172 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/ |
D | test_backtrace.c | 28 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/ |
D | board.c | 29 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/ |
D | board.c | 29 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/ |
D | avct_lcb.c | 199 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/ |
D | mdns_di.h | 30 void mdns_test_execute_action(void * action) in mdns_test_execute_action()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/ |
D | fast_prov.c | 151 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/ |
D | avdt_ccb.c | 302 UINT8 action; in avdt_ccb_event() local
|
D | avdt_scb.c | 531 UINT8 action; in avdt_scb_event() local
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ |
D | ble_mesh_fast_prov_common.h | 83 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/ |
D | esp_websocket_client.c | 47 #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
|