/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_models/client/ |
D | generic_client.c | 175 struct bt_mesh_gen_onoff_status *status = NULL; in generic_status() local 196 struct bt_mesh_gen_level_status *status = NULL; in generic_status() local 217 struct bt_mesh_gen_def_trans_time_status *status = NULL; in generic_status() local 233 struct bt_mesh_gen_onpowerup_status *status = NULL; in generic_status() local 249 struct bt_mesh_gen_power_level_status *status = NULL; in generic_status() local 270 struct bt_mesh_gen_power_last_status *status = NULL; in generic_status() local 286 struct bt_mesh_gen_power_default_status *status = NULL; in generic_status() local 302 struct bt_mesh_gen_power_range_status *status = NULL; in generic_status() local 320 struct bt_mesh_gen_battery_status *status = NULL; in generic_status() local 342 struct bt_mesh_gen_loc_global_status *status = NULL; in generic_status() local [all …]
|
D | lighting_client.c | 184 struct bt_mesh_light_lightness_status *status = NULL; in light_status() local 205 struct bt_mesh_light_lightness_linear_status *status = NULL; in light_status() local 226 struct bt_mesh_light_lightness_last_status *status = NULL; in light_status() local 242 struct bt_mesh_light_lightness_default_status *status = NULL; in light_status() local 258 struct bt_mesh_light_lightness_range_status *status = NULL; in light_status() local 276 struct bt_mesh_light_ctl_status *status = NULL; in light_status() local 299 struct bt_mesh_light_ctl_temperature_status *status = NULL; in light_status() local 322 struct bt_mesh_light_ctl_temperature_range_status *status = NULL; in light_status() local 340 struct bt_mesh_light_ctl_default_status *status = NULL; in light_status() local 358 struct bt_mesh_light_hsl_status *status = NULL; in light_status() local [all …]
|
D | sensor_client.c | 113 struct bt_mesh_sensor_descriptor_status *status = NULL; in sensor_status() local 131 struct bt_mesh_sensor_cadence_status *status = NULL; in sensor_status() local 150 struct bt_mesh_sensor_settings_status *status = NULL; in sensor_status() local 169 struct bt_mesh_sensor_setting_status *status = NULL; in sensor_status() local 193 struct bt_mesh_sensor_status *status = NULL; in sensor_status() local 211 struct bt_mesh_sensor_column_status *status = NULL; in sensor_status() local 230 struct bt_mesh_sensor_series_status *status = NULL; in sensor_status() local 291 struct bt_mesh_sensor_descriptor_status *status; in sensor_status() local 297 struct bt_mesh_sensor_cadence_status *status; in sensor_status() local 303 struct bt_mesh_sensor_settings_status *status; in sensor_status() local [all …]
|
D | time_scene_client.c | 129 struct bt_mesh_time_status *status = NULL; in time_scene_status() local 152 struct bt_mesh_time_zone_status *status = NULL; in time_scene_status() local 171 struct bt_mesh_tai_utc_delta_status *status = NULL; in time_scene_status() local 194 struct bt_mesh_time_role_status *status = NULL; in time_scene_status() local 210 struct bt_mesh_scene_status *status = NULL; in time_scene_status() local 232 struct bt_mesh_scene_register_status *status = NULL; in time_scene_status() local 252 struct bt_mesh_scheduler_status *status = NULL; in time_scene_status() local 268 struct bt_mesh_scheduler_act_status *status = NULL; in time_scene_status() local 335 struct bt_mesh_scene_register_status *status; in time_scene_status() local
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_api.c | 67 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable() local 210 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvGetChannelId() local 244 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvFreeChannel() local 277 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvStartDiscovery() local 309 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvCreateRecordByUser() local 337 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvDeleteRecord() local 371 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnectLE() local 426 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capConnect() local 472 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capClose() local 502 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvL2capCloseLE() local [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/ |
D | esp_hf_ag_api.c | 66 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_init() local 85 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_deinit() local 104 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_connect() local 123 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_disconnect() local 142 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_connect_audio() local 161 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_disconnect_audio() local 181 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_vra() local 202 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_volume_control() local 222 …bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), btc_hf_arg_deep_copy); in esp_hf_unat_response() local 243 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL); in esp_bt_hf_cmee_response() local [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 46 static char *btm_ble_hci_status_to_str(tHCI_STATUS status) in btm_ble_hci_status_to_str() 249 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetPreferDefaultPhy() local 295 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetExtendedAdvRandaddr() local 345 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetExtendedAdvParams() local 419 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleConfigExtendedAdvDataRaw() local 470 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleStartExtAdv() local 598 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleExtAdvSetRemove() local 630 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleExtAdvSetClear() local 656 tBTM_STATUS status = BTM_SUCCESS; in BTM_BlePeriodicAdvSetParams() local 694 tBTM_STATUS status = BTM_SUCCESS; in BTM_BlePeriodicAdvCfgDataRaw() local [all …]
|
D | btm_ble_batchscan.c | 312 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_read_batchscan_reports() local 354 UINT8 status = 0, subcode = 0, opcode = 0; in btm_ble_batchscan_vsc_cmpl_cback() local 483 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_storage_config() local 523 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_batchscan_param() local 563 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_enable_disable_batchscan() local 625 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleSetStorageConfig() local 700 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleEnableBatchScan() local 773 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleDisableBatchScan() local 814 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleReadScanReports() local
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 555 UINT8 status; in btu_hcif_inquiry_comp_evt() local 620 UINT8 status; in btu_hcif_connection_comp_evt() local 740 UINT8 status; in btu_hcif_authentication_comp_evt() local 761 UINT8 status; in btu_hcif_rmt_name_request_comp_evt() local 788 UINT8 status; in btu_hcif_encryption_change_evt() local 827 UINT8 status; in btu_hcif_read_rmt_ext_features_comp_evt() local 866 UINT8 status; in btu_hcif_qos_setup_comp_evt() local 898 UINT8 status; in btu_hcif_esco_connection_comp_evt() local 932 UINT8 status; in btu_hcif_esco_connection_chg_evt() local 1023 uint8_t status; in btu_hcif_hdl_command_complete() local [all …]
|
/hal_espressif-3.5.0/components/freemodbus/serial_slave/modbus_controller/ |
D | mbc_serial_slave.c | 44 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, in modbus_slave_task() local 94 eMBErrorCode status = MB_EIO; in mbc_serial_slave_start() local 125 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, (BaseType_t)group, in mbc_serial_slave_check_event() local 141 BaseType_t status = xQueueReceive(mbs_opts->mbs_notification_queue_handle, in mbc_serial_slave_get_param_info() local 204 BaseType_t status = 0; in mbc_serial_slave_create() local
|
/hal_espressif-3.5.0/components/freemodbus/tcp_slave/modbus_controller/ |
D | mbc_tcp_slave.c | 45 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, in modbus_tcp_slave_task() local 81 eMBErrorCode status = MB_EIO; in mbc_tcp_slave_start() local 132 BaseType_t status = xEventGroupWaitBits(mbs_opts->mbs_event_group, (BaseType_t)group, in mbc_tcp_slave_check_event() local 146 BaseType_t status = xQueueReceive(mbs_opts->mbs_notification_queue_handle, in mbc_tcp_slave_get_param_info() local 177 BaseType_t status = 0; in mbc_tcp_slave_create() local
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_spp_api.h | 91 esp_spp_status_t status; /*!< status */ member 98 esp_spp_status_t status; /*!< status */ member 105 esp_spp_status_t status; /*!< status */ member 115 esp_spp_status_t status; /*!< status */ member 125 esp_spp_status_t status; /*!< status */ member 135 esp_spp_status_t status; /*!< status */ member 145 esp_spp_status_t status; /*!< status */ member 156 esp_spp_status_t status; /*!< status */ member 164 esp_spp_status_t status; /*!< status */ member 174 esp_spp_status_t status; /*!< status */ member [all …]
|
D | esp_gatts_api.h | 64 esp_gatt_status_t status; /*!< Operation status */ member 121 esp_gatt_status_t status; /*!< Operation status */ member 136 esp_gatt_status_t status; /*!< Operation status */ member 145 esp_gatt_status_t status; /*!< Operation status */ member 154 esp_gatt_status_t status; /*!< Operation status */ member 164 esp_gatt_status_t status; /*!< Operation status */ member 174 esp_gatt_status_t status; /*!< Operation status */ member 182 esp_gatt_status_t status; /*!< Operation status */ member 190 esp_gatt_status_t status; /*!< Operation status */ member 217 esp_gatt_status_t status; /*!< Operation status */ member [all …]
|
D | esp_hidh_api.h | 128 esp_hidh_status_t status; /*!< status */ member 135 esp_hidh_status_t status; /*!< status */ member 142 esp_hidh_status_t status; /*!< operation status */ member 153 esp_hidh_status_t status; /*!< operation status */ member 163 esp_hidh_status_t status; /*!< operation status */ member 172 esp_hidh_status_t status; /*!< operation status */ member 181 esp_hidh_status_t status; /*!< operation status */ member 189 esp_hidh_status_t status; /*!< operation status */ member 199 esp_hidh_status_t status; /*!< operation status */ member 207 esp_hidh_status_t status; /*!< operation status */ member [all …]
|
D | esp_gattc_api.h | 82 esp_gatt_status_t status; /*!< Operation status */ member 90 esp_gatt_status_t status; /*!< Operation status */ member 100 esp_gatt_status_t status; /*!< Operation status */ member 110 esp_gatt_status_t status; /*!< Operation status */ member 119 esp_gatt_status_t status; /*!< Operation status */ member 140 esp_gatt_status_t status; /*!< Operation status */ member 151 esp_gatt_status_t status; /*!< Operation status */ member 161 esp_gatt_status_t status; /*!< Operation status */ member 195 esp_gatt_status_t status; /*!< Operation status */ member 203 esp_gatt_status_t status; /*!< Operation status */ member [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_jv_api.h | 169 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 175 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 190 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 198 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 205 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 212 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 219 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 226 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member 236 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ member [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_act.c | 71 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_api_enable() local 161 tBTA_HH_STATUS status = BTA_HH_OK; in bta_hh_disc_cmpl() local 190 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_sdp_cback() local 261 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_di_sdp_cback() local 321 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_start_sdp() local 407 tBTA_HH_STATUS status = p_data->status; in bta_hh_sdp_cmpl() local 487 tHID_STATUS status; in bta_hh_api_disc_act() local 1038 tHID_STATUS status; in bta_hh_write_dev_act() local
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 152 uint8_t status; member 157 uint8_t status; member 163 uint8_t status; member 171 uint8_t status; member 184 uint8_t status; member 192 uint8_t status; member 202 uint8_t status; member 212 uint8_t status; member 224 uint8_t status; member 230 uint8_t status; member [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 90 BOOLEAN status = FALSE; in GATTS_AddHandleRange() local 115 BOOLEAN status = FALSE; in GATTS_NVRegister() local 684 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp() 728 tGATT_STATUS status; in GATTS_SetAttributeValue() local 762 tGATT_STATUS status; in GATTS_GetAttributeValue() local 857 tGATT_STATUS status = GATT_SUCCESS; in GATTC_Discover() local 919 tGATT_STATUS status = GATT_SUCCESS; in GATTC_Read() local 999 tGATT_STATUS status = GATT_SUCCESS; in GATTC_Write() local 1064 tGATT_STATUS status = GATT_SUCCESS; in GATTC_ExecuteWrite() local 1158 BOOLEAN status = FALSE; in GATT_SetIdleTimeout() local [all …]
|
/hal_espressif-3.5.0/components/esp_local_ctrl/proto/ |
D | esp_local_ctrl.proto | 9 Status status = 1; field 14 Status status = 1; field 26 Status status = 1; field 40 Status status = 1; field
|
/hal_espressif-3.5.0/components/driver/ |
D | spi_bus_lock.c | 195 atomic_uint_fast32_t status; member 310 uint32_t status = lock_status_fetch_set(lock, DEV_REQ_MASK(dev_handle)); in req_core() local 315 uint32_t status = lock_status_fetch_set(lock, DEV_REQ_MASK(dev_handle)); in req_core() local 326 uint32_t status = lock_status_fetch_set(lock, dev_handle->mask & LOCK_MASK); in acquire_core() local 365 schedule_core(spi_bus_lock_t *lock, uint32_t status, spi_bus_lock_dev_t **out_desired_dev) in schedule_core() 404 uint32_t status = lock_status_clear(lock, dev_handle->mask & LOCK_MASK); in acquire_end_core() local 419 SPI_MASTER_ISR_ATTR static inline void update_pend_core(spi_bus_lock_t *lock, uint32_t status) in update_pend_core() 443 uint32_t status = lock_status_clear(lock, pend_mask); in clear_pend_core() local 495 uint32_t status = lock_status_fetch(lock); in bg_exit_core() local 683 uint32_t status = lock_status_fetch(lock); in spi_bus_lock_acquire_start() local [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_ci.c | 52 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_open() 84 tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_load() 123 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_save()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 338 tAVRC_STS status = AVRC_BldResponse(btc_rc_cb.rc_handle, p_meta_rsp, &p_msg); in send_metamsg_rsp() local 352 tAVRC_STS status; in send_metamsg_rsp() local 385 static void send_reject_response (UINT8 rc_handle, UINT8 label, UINT8 pdu, UINT8 status) in send_reject_response() 683 tAVRC_STS status; in handle_rc_metamsg_cmd() local 793 tAVRC_STS status; in handle_rc_metamsg_rsp() local 861 const char *status; in handle_rc_passthrough_rsp() local 1075 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_set_player_value_cmd() local 1113 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_get_rn_caps_cmd() local 1146 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_register_notification_cmd() local 1180 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_set_absolute_volume_cmd() local [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 290 static void btc_adv_data_callback(tBTA_STATUS status) in btc_adv_data_callback() 309 static void btc_scan_rsp_data_callback(tBTA_STATUS status) in btc_scan_rsp_data_callback() 328 static void btc_adv_data_raw_callback(tBTA_STATUS status) in btc_adv_data_raw_callback() 347 static void btc_scan_rsp_data_raw_callback(tBTA_STATUS status) in btc_scan_rsp_data_raw_callback() 392 static void btc_start_adv_callback(uint8_t status) in btc_start_adv_callback() 411 static void btc_stop_adv_callback(uint8_t status) in btc_stop_adv_callback() 430 void btc_update_duplicate_exceptional_list_callback(tBTA_STATUS status, uint8_t subcode, uint32_t l… in btc_update_duplicate_exceptional_list_callback() 462 esp_bt_status_t status = ESP_BT_STATUS_SUCCESS; in btc_ble_start_advertising() local 511 static void btc_scan_params_callback(tGATT_IF gatt_if, tBTM_STATUS status) in btc_scan_params_callback() 618 static void btc_start_scan_callback(uint8_t status) in btc_start_scan_callback() [all …]
|
/hal_espressif-3.5.0/components/esp_hid/include/ |
D | esp_hidh.h | 59 esp_err_t status; /*!< HID host operation status */ member 67 esp_err_t status; /*!< HID host operation status */ member 75 …esp_err_t status; /*!< HID host operation status, used only for Classic … member 84 …esp_err_t status; /*!< HID host operation status, used only for Classic … member 93 esp_err_t status; /*!< HID host operation status */ member 118 …esp_err_t status; /*!< HID host operation status, used only for Classic … member
|