Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c175 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 …]
Dlighting_client.c184 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 …]
Dsensor_client.c113 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 …]
Dtime_scene_client.c129 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/
Dbta_jv_api.c67 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/
Desp_hf_ag_api.c66 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/
Dbtm_ble_5_gap.c46 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 …]
Dbtm_ble_batchscan.c312 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/
Dbtu_hcif.c555 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/
Dmbc_serial_slave.c44 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/
Dmbc_tcp_slave.c45 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/
Desp_spp_api.h91 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 …]
Desp_gatts_api.h64 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 …]
Desp_hidh_api.h128 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 …]
Desp_gattc_api.h82 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/
Dbta_jv_api.h169 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/
Dbta_hh_act.c71 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/
Dcfg_cli.h152 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/
Dgatt_api.c90 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/
Desp_local_ctrl.proto9 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/
Dspi_bus_lock.c195 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/
Dbta_gattc_ci.c52 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/
Dbtc_avrc.c338 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/
Dbtc_gap_ble.c290 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/
Desp_hidh.h59 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

12345678910>>...15