/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/client/ |
D | sensor_client.c | 368 struct bt_mesh_sensor_descriptor_get *act; in sensor_act_state() local 369 act = (struct bt_mesh_sensor_descriptor_get *)value; in sensor_act_state() 370 if (act->op_en) { in sensor_act_state() 371 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() 376 struct bt_mesh_sensor_cadence_get *act; in sensor_act_state() local 377 act = (struct bt_mesh_sensor_cadence_get *)value; in sensor_act_state() 378 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() 383 struct bt_mesh_sensor_cadence_set *act; in sensor_act_state() local 384 act = (struct bt_mesh_sensor_cadence_set *)value; in sensor_act_state() 385 net_buf_simple_add_le16(msg, act->property_id); in sensor_act_state() [all …]
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_time_scene_model.c | 38 switch (msg->act) { in btc_ble_mesh_time_scene_client_arg_deep_copy() 45 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_arg_deep_copy() 54 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_arg_deep_copy() 68 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_arg_deep_copy() 73 BT_DBG("%s, Unknown act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_arg_deep_copy() 89 switch (msg->act) { in btc_ble_mesh_time_scene_client_arg_deep_free() 125 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_copy_req_data() 132 switch (msg->act) { in btc_ble_mesh_time_scene_client_copy_req_data() 146 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_copy_req_data() 176 switch (msg->act) { in btc_ble_mesh_time_scene_client_free_req_data() [all …]
|
D | btc_ble_mesh_lighting_model.c | 38 switch (msg->act) { in btc_ble_mesh_lighting_client_arg_deep_copy() 45 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_arg_deep_copy() 54 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_arg_deep_copy() 68 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_arg_deep_copy() 73 BT_DBG("%s, Unknown act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_arg_deep_copy() 89 switch (msg->act) { in btc_ble_mesh_lighting_client_arg_deep_free() 125 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_copy_req_data() 132 switch (msg->act) { in btc_ble_mesh_lighting_client_copy_req_data() 145 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_copy_req_data() 175 switch (msg->act) { in btc_ble_mesh_lighting_client_free_req_data() [all …]
|
D | btc_ble_mesh_health_model.c | 39 switch (msg->act) { in btc_ble_mesh_health_client_arg_deep_copy() 46 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_arg_deep_copy() 55 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_arg_deep_copy() 69 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_arg_deep_copy() 74 BT_DBG("%s, Unknown act %d", __func__, msg->act); in btc_ble_mesh_health_client_arg_deep_copy() 90 switch (msg->act) { in btc_ble_mesh_health_client_arg_deep_free() 126 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_copy_req_data() 133 switch (msg->act) { in btc_ble_mesh_health_client_copy_req_data() 144 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_copy_req_data() 160 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_copy_req_data() [all …]
|
D | btc_ble_mesh_generic_model.c | 39 switch (msg->act) { in btc_ble_mesh_generic_client_arg_deep_copy() 46 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 55 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 75 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 88 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 100 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 105 BT_DBG("%s, Unknown act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 121 switch (msg->act) { in btc_ble_mesh_generic_client_arg_deep_free() 169 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_copy_req_data() 176 switch (msg->act) { in btc_ble_mesh_generic_client_copy_req_data() [all …]
|
D | btc_ble_mesh_sensor_model.c | 39 switch (msg->act) { in btc_ble_mesh_sensor_client_arg_deep_copy() 55 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 68 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 79 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 91 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 110 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 121 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 132 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 143 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() 156 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_sensor_client_arg_deep_copy() [all …]
|
D | btc_ble_mesh_prov.c | 90 switch (msg->act) { in btc_ble_mesh_prov_arg_deep_copy() 97 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_prov_arg_deep_copy() 106 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_prov_arg_deep_copy() 114 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_prov_arg_deep_copy() 118 BT_DBG("%s, Unknown act %d", __func__, msg->act); in btc_ble_mesh_prov_arg_deep_copy() 134 switch (msg->act) { in btc_ble_mesh_prov_arg_deep_free() 165 switch (msg->act) { in btc_ble_mesh_model_arg_deep_copy() 174 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_model_arg_deep_copy() 180 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_model_arg_deep_copy() 190 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_model_arg_deep_copy() [all …]
|
D | btc_ble_mesh_config_model.c | 39 switch (msg->act) { in btc_ble_mesh_config_client_arg_deep_copy() 46 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_config_client_arg_deep_copy() 55 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_config_client_arg_deep_copy() 66 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_config_client_arg_deep_copy() 75 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_config_client_arg_deep_copy() 81 BT_DBG("%s, Unknown act %d", __func__, msg->act); in btc_ble_mesh_config_client_arg_deep_copy() 97 switch (msg->act) { in btc_ble_mesh_config_client_arg_deep_free() 133 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_config_client_copy_req_data() 140 switch (msg->act) { in btc_ble_mesh_config_client_copy_req_data() 152 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_config_client_copy_req_data() [all …]
|
D | btc_ble_mesh_ble.c | 29 switch (msg->act) { in btc_ble_mesh_ble_copy_req_data() 38 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_ble_copy_req_data() 60 switch (msg->act) { in btc_ble_mesh_ble_free_req_data() 72 static void btc_ble_mesh_ble_callback(esp_ble_mesh_ble_cb_param_t *cb_params, uint8_t act) in btc_ble_mesh_ble_callback() argument 83 msg.act = act; in btc_ble_mesh_ble_callback() 126 switch (msg->act) { in btc_ble_mesh_ble_call_handler() 186 if (msg->act < ESP_BLE_MESH_BLE_EVT_MAX) { in btc_ble_mesh_ble_cb_handler() 187 btc_ble_mesh_ble_cb_to_app(msg->act, param); in btc_ble_mesh_ble_cb_handler() 189 BT_ERR("%s, Unknown act %d", __func__, msg->act); in btc_ble_mesh_ble_cb_handler()
|
/hal_espressif-3.7.0/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_protocol.c | 42 msg.act = ESP_BLUFI_EVENT_SET_WIFI_OPMODE; in btc_blufi_protocol_handler() 50 msg.act = ESP_BLUFI_EVENT_REQ_CONNECT_TO_AP; in btc_blufi_protocol_handler() 57 msg.act = ESP_BLUFI_EVENT_REQ_DISCONNECT_FROM_AP; in btc_blufi_protocol_handler() 64 msg.act = ESP_BLUFI_EVENT_GET_WIFI_STATUS; in btc_blufi_protocol_handler() 71 msg.act = ESP_BLUFI_EVENT_DEAUTHENTICATE_STA; in btc_blufi_protocol_handler() 87 msg.act = ESP_BLUFI_EVENT_RECV_SLAVE_DISCONNECT_BLE; in btc_blufi_protocol_handler() 93 msg.act = ESP_BLUFI_EVENT_GET_WIFI_LIST; in btc_blufi_protocol_handler() 116 msg.act = ESP_BLUFI_EVENT_RECV_STA_BSSID; in btc_blufi_protocol_handler() 124 msg.act = ESP_BLUFI_EVENT_RECV_STA_SSID; in btc_blufi_protocol_handler() 133 msg.act = ESP_BLUFI_EVENT_RECV_STA_PASSWD; in btc_blufi_protocol_handler() [all …]
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 42 msg.act = BTC_HF_CLIENT_INIT_EVT; in esp_hf_client_init() 59 msg.act = BTC_HF_CLIENT_DEINIT_EVT; in esp_hf_client_deinit() 78 msg.act = BTC_HF_CLIENT_CONNECT_EVT; in esp_hf_client_connect() 100 msg.act = BTC_HF_CLIENT_DISCONNECT_EVT; in esp_hf_client_disconnect() 122 msg.act = BTC_HF_CLIENT_CONNECT_AUDIO_EVT; in esp_hf_client_connect_audio() 144 msg.act = BTC_HF_CLIENT_DISCONNECT_AUDIO_EVT; in esp_hf_client_disconnect_audio() 165 msg.act = BTC_HF_CLIENT_START_VOICE_RECOGNITION_EVT; in esp_hf_client_start_voice_recognition() 182 msg.act = BTC_HF_CLIENT_STOP_VOICE_RECOGNITION_EVT; in esp_hf_client_stop_voice_recognition() 200 msg.act = BTC_HF_CLIENT_VOLUME_UPDATE_EVT; in esp_hf_client_volume_update() 226 msg.act = BTC_HF_CLIENT_DIAL_EVT; in esp_hf_client_dial() [all …]
|
D | esp_gap_ble_api.c | 43 msg.act = BTC_GAP_BLE_ACT_CFG_ADV_DATA; in esp_ble_gap_config_adv_data() 64 msg.act = BTC_GAP_BLE_ACT_SET_SCAN_PARAM; in esp_ble_gap_set_scan_params() 79 msg.act = BTC_GAP_BLE_ACT_START_SCAN; in esp_ble_gap_start_scanning() 94 msg.act = BTC_GAP_BLE_ACT_STOP_SCAN; in esp_ble_gap_stop_scanning() 107 msg.act = BTC_GAP_BLE_ACT_START_ADV; in esp_ble_gap_start_advertising() 121 msg.act = BTC_GAP_BLE_ACT_STOP_ADV; in esp_ble_gap_stop_advertising() 146 msg.act = BTC_GAP_BLE_ACT_UPDATE_CONN_PARAM; in esp_ble_gap_update_conn_params() 166 msg.act = BTC_GAP_BLE_ACT_SET_PKT_DATA_LEN; in esp_ble_gap_set_pkt_data_len() 183 msg.act = BTC_GAP_BLE_ACT_SET_RAND_ADDRESS; in esp_ble_gap_set_rand_addr() 197 msg.act = BTC_GAP_BLE_ACT_CLEAR_RAND_ADDRESS; in esp_ble_gap_clear_rand_addr() [all …]
|
D | esp_a2dp_api.c | 32 msg.act = BTC_AV_SINK_API_INIT_EVT; in esp_a2d_sink_init() 53 msg.act = BTC_AV_SINK_API_DEINIT_EVT; in esp_a2d_sink_deinit() 73 msg.act = BTC_AV_SINK_API_REG_DATA_CB_EVT; in esp_a2d_sink_register_data_callback() 100 msg.act = BTC_AV_SINK_API_CONNECT_EVT; in esp_a2d_sink_connect() 126 msg.act = BTC_AV_SINK_API_DISCONNECT_EVT; in esp_a2d_sink_disconnect() 150 msg.act = BTC_AV_SINK_API_SET_DELAY_VALUE_EVT; in esp_a2d_sink_set_delay_value() 175 msg.act = BTC_AV_SINK_API_GET_DELAY_VALUE_EVT; in esp_a2d_sink_get_delay_value() 217 msg.act = BTC_AV_API_MEDIA_CTRL_EVT; in esp_a2d_media_ctrl() 242 msg.act = BTC_AV_SRC_API_INIT_EVT; in esp_a2d_source_init() 263 msg.act = BTC_AV_SRC_API_DEINIT_EVT; in esp_a2d_source_deinit() [all …]
|
D | esp_hidd_api.c | 37 msg.act = BTC_HD_INIT_EVT; in esp_bt_hid_device_init() 51 msg.act = BTC_HD_DEINIT_EVT; in esp_bt_hid_device_deinit() 70 msg.act = BTC_HD_REGISTER_APP_EVT; in esp_bt_hid_device_register_app() 83 msg.act = BTC_HD_UNREGISTER_APP_EVT; in esp_bt_hid_device_unregister_app() 100 msg.act = BTC_HD_CONNECT_EVT; in esp_bt_hid_device_connect() 113 msg.act = BTC_HD_DISCONNECT_EVT; in esp_bt_hid_device_disconnect() 126 msg.act = BTC_HD_SEND_REPORT_EVT; in esp_bt_hid_device_send_report() 147 msg.act = BTC_HD_REPORT_ERROR_EVT; in esp_bt_hid_device_report_error() 164 msg.act = BTC_HD_UNPLUG_EVT; in esp_bt_hid_device_virtual_cable_unplug()
|
D | esp_gap_bt_api.c | 44 msg.act = BTC_GAP_BT_ACT_SET_SCAN_MODE; in esp_bt_gap_set_scan_mode() 72 msg.act = BTC_GAP_BT_ACT_START_DISCOVERY; in esp_bt_gap_start_discovery() 91 msg.act = BTC_GAP_BT_ACT_CANCEL_DISCOVERY; in esp_bt_gap_cancel_discovery() 107 msg.act = BTC_GAP_BT_ACT_GET_REMOTE_SERVICES; in esp_bt_gap_get_remote_services() 124 msg.act = BTC_GAP_BT_ACT_GET_REMOTE_SERVICE_RECORD; in esp_bt_gap_get_remote_service_record() 165 msg.act = BTC_GAP_BT_ACT_CONFIG_EIR; in esp_bt_gap_config_eir_data() 196 msg.act = BTC_GAP_BT_ACT_SET_COD; in esp_bt_gap_set_cod() 216 msg.act = BTC_GAP_BT_ACT_READ_RSSI_DELTA; in esp_bt_gap_read_rssi_delta() 233 msg.act = BTC_GAP_BT_ACT_REMOVE_BOND_DEVICE; in esp_bt_gap_remove_bond_device() 275 msg.act = BTC_GAP_BT_ACT_SET_PIN_TYPE; in esp_bt_gap_set_pin() [all …]
|
D | esp_hidh_api.c | 38 msg.act = BTC_HH_INIT_EVT; in esp_bt_hid_host_init() 52 msg.act = BTC_HH_DEINIT_EVT; in esp_bt_hid_host_deinit() 66 msg.act = BTC_HH_CONNECT_EVT; in esp_bt_hid_host_connect() 82 msg.act = BTC_HH_DISCONNECT_EVT; in esp_bt_hid_host_disconnect() 98 msg.act = BTC_HH_UNPLUG_EVT; in esp_bt_hid_host_virtual_cable_unplug() 114 msg.act = BTC_HH_SET_INFO_EVT; in esp_bt_hid_host_set_info() 132 msg.act = BTC_HH_GET_PROTO_EVT; in esp_bt_hid_host_get_protocol() 148 msg.act = BTC_HH_SET_PROTO_EVT; in esp_bt_hid_host_set_protocol() 165 msg.act = BTC_HH_GET_IDLE_EVT; in esp_bt_hid_host_get_idle() 181 msg.act = BTC_HH_SET_IDLE_EVT; in esp_bt_hid_host_set_idle() [all …]
|
D | esp_hf_ag_api.c | 51 msg.act = BTC_HF_INIT_EVT; in esp_hf_ag_init() 66 msg.act = BTC_HF_DEINIT_EVT; in esp_hf_ag_deinit() 81 msg.act = BTC_HF_CONNECT_EVT; in esp_hf_ag_slc_connect() 100 msg.act = BTC_HF_DISCONNECT_EVT; in esp_hf_ag_slc_disconnect() 119 msg.act = BTC_HF_CONNECT_AUDIO_EVT; in esp_hf_ag_audio_connect() 138 msg.act = BTC_HF_DISCONNECT_AUDIO_EVT; in esp_hf_ag_audio_disconnect() 157 msg.act = BTC_HF_VRA_EVT; in esp_hf_ag_vra_control() 177 msg.act = BTC_HF_VOLUME_CONTROL_EVT; in esp_hf_ag_volume_control() 198 msg.act = BTC_HF_UNAT_RESPONSE_EVT; in esp_hf_ag_unknown_at_send() 219 msg.act = BTC_HF_CME_ERR_EVT; in esp_hf_ag_cmee_send() [all …]
|
D | esp_spp_api.c | 61 msg.act = BTC_SPP_ACT_INIT; in esp_spp_enhanced_init() 78 msg.act = BTC_SPP_ACT_UNINIT; in esp_spp_deinit() 95 msg.act = BTC_SPP_ACT_START_DISCOVERY; in esp_spp_start_discovery() 118 msg.act = BTC_SPP_ACT_CONNECT; in esp_spp_connect() 136 msg.act = BTC_SPP_ACT_DISCONNECT; in esp_spp_disconnect() 161 msg.act = BTC_SPP_ACT_START_SRV; in esp_spp_start_srv() 180 msg.act = BTC_SPP_ACT_STOP_SRV; in esp_spp_stop_srv() 199 msg.act = BTC_SPP_ACT_STOP_SRV; in esp_spp_stop_srv_scn() 226 msg.act = BTC_SPP_ACT_VFS_REGISTER; in esp_spp_vfs_register() 239 msg.act = BTC_SPP_ACT_VFS_UNREGISTER; in esp_spp_vfs_unregister()
|
D | esp_l2cap_bt_api.c | 37 msg.act = BTC_L2CAP_ACT_INIT; in esp_bt_l2cap_init() 49 msg.act = BTC_L2CAP_ACT_UNINIT; in esp_bt_l2cap_deinit() 62 msg.act = BTC_L2CAP_ACT_CONNECT; in esp_bt_l2cap_connect() 79 msg.act = BTC_L2CAP_ACT_START_SRV; in esp_bt_l2cap_start_srv() 95 msg.act = BTC_L2CAP_ACT_STOP_SRV; in esp_bt_l2cap_stop_all_srv() 110 msg.act = BTC_L2CAP_ACT_STOP_SRV; in esp_bt_l2cap_stop_srv()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/ |
D | btc_dev.c | 18 switch (msg->act) { in btc_dev_arg_deep_free() 27 BTC_TRACE_DEBUG("Unhandled deep free %d\n", msg->act); in btc_dev_arg_deep_free() 36 BTC_TRACE_DEBUG("%s act %d\n", __FUNCTION__, msg->act); in btc_dev_call_handler() 38 switch (msg->act) { in btc_dev_call_handler()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_networking_api.c | 20 btc_ble_mesh_model_act_t act, in ble_mesh_model_send_msg() argument 56 if (act == BTC_BLE_MESH_ACT_MODEL_PUBLISH) { in ble_mesh_model_send_msg() 63 if (act == BTC_BLE_MESH_ACT_MODEL_PUBLISH) { in ble_mesh_model_send_msg() 74 if (act == BTC_BLE_MESH_ACT_MODEL_PUBLISH) { in ble_mesh_model_send_msg() 88 msg.act = act; in ble_mesh_model_send_msg() 90 if (act == BTC_BLE_MESH_ACT_MODEL_PUBLISH) { in ble_mesh_model_send_msg() 237 msg.act = BTC_BLE_MESH_ACT_SERVER_MODEL_UPDATE_STATE; in esp_ble_mesh_server_model_update_state() 252 msg.act = BTC_BLE_MESH_ACT_NODE_RESET; in esp_ble_mesh_node_local_reset() 272 msg.act = BTC_BLE_MESH_ACT_PROVISIONER_SET_NODE_NAME; in esp_ble_mesh_provisioner_set_node_name() 310 msg.act = BTC_BLE_MESH_ACT_PROVISIONER_STORE_NODE_COMP_DATA; in esp_ble_mesh_provisioner_store_node_comp_data() [all …]
|
D | esp_ble_mesh_proxy_api.c | 23 msg.act = BTC_BLE_MESH_ACT_PROXY_IDENTITY_ENABLE; in esp_ble_mesh_proxy_identity_enable() 36 msg.act = BTC_BLE_MESH_ACT_PROXY_GATT_ENABLE; in esp_ble_mesh_proxy_gatt_enable() 49 msg.act = BTC_BLE_MESH_ACT_PROXY_GATT_DISABLE; in esp_ble_mesh_proxy_gatt_disable() 69 msg.act = BTC_BLE_MESH_ACT_PROXY_CLIENT_CONNECT; in esp_ble_mesh_proxy_client_connect() 88 msg.act = BTC_BLE_MESH_ACT_PROXY_CLIENT_DISCONNECT; in esp_ble_mesh_proxy_client_disconnect() 110 msg.act = BTC_BLE_MESH_ACT_PROXY_CLIENT_SET_FILTER_TYPE; in esp_ble_mesh_proxy_client_set_filter_type() 134 msg.act = BTC_BLE_MESH_ACT_PROXY_CLIENT_ADD_FILTER_ADDR; in esp_ble_mesh_proxy_client_add_filter_addr() 159 msg.act = BTC_BLE_MESH_ACT_PROXY_CLIENT_REMOVE_FILTER_ADDR; in esp_ble_mesh_proxy_client_remove_filter_addr()
|
D | esp_ble_mesh_provisioning_api.c | 57 msg.act = BTC_BLE_MESH_ACT_PROV_ENABLE; in esp_ble_mesh_node_prov_enable() 77 msg.act = BTC_BLE_MESH_ACT_PROV_DISABLE; in esp_ble_mesh_node_prov_disable() 98 msg.act = BTC_BLE_MESH_ACT_SET_OOB_PUB_KEY; in esp_ble_mesh_node_set_oob_pub_key() 121 msg.act = BTC_BLE_MESH_ACT_INPUT_NUMBER; in esp_ble_mesh_node_input_number() 141 msg.act = BTC_BLE_MESH_ACT_INPUT_STRING; in esp_ble_mesh_node_input_string() 163 msg.act = BTC_BLE_MESH_ACT_SET_DEVICE_NAME; in esp_ble_mesh_set_unprovisioned_device_name() 187 msg.act = BTC_BLE_MESH_ACT_PROVISIONER_READ_OOB_PUB_KEY; in esp_ble_mesh_provisioner_read_oob_pub_key() 211 msg.act = BTC_BLE_MESH_ACT_PROVISIONER_INPUT_STR; in esp_ble_mesh_provisioner_input_string() 235 msg.act = BTC_BLE_MESH_ACT_PROVISIONER_INPUT_NUM; in esp_ble_mesh_provisioner_input_number() 257 msg.act = BTC_BLE_MESH_ACT_PROVISIONER_ENABLE; in esp_ble_mesh_provisioner_prov_enable() [all …]
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 84 msg.act = ESP_GAP_BLE_GET_DEV_NAME_COMPLETE_EVT; in btc_gap_ble_get_dev_name_callback() 340 msg.act = ESP_GAP_BLE_ADV_DATA_SET_COMPLETE_EVT; in btc_adv_data_callback() 359 msg.act = ESP_GAP_BLE_SCAN_RSP_DATA_SET_COMPLETE_EVT; in btc_scan_rsp_data_callback() 378 msg.act = ESP_GAP_BLE_ADV_DATA_RAW_SET_COMPLETE_EVT; in btc_adv_data_raw_callback() 397 msg.act = ESP_GAP_BLE_SCAN_RSP_DATA_RAW_SET_COMPLETE_EVT; in btc_scan_rsp_data_raw_callback() 442 msg.act = ESP_GAP_BLE_ADV_START_COMPLETE_EVT; in btc_start_adv_callback() 461 msg.act = ESP_GAP_BLE_ADV_STOP_COMPLETE_EVT; in btc_stop_adv_callback() 480 msg.act = ESP_GAP_BLE_UPDATE_DUPLICATE_EXCEPTIONAL_LIST_COMPLETE_EVT; in btc_update_duplicate_exceptional_list_callback() 561 msg.act = ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT; in btc_scan_params_callback() 674 msg.act = ESP_GAP_BLE_SCAN_RESULT_EVT; in btc_search_callback() [all …]
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatt_common.c | 26 BTC_TRACE_DEBUG("%s act %d\n", __func__, msg->act); in btc_gatt_com_call_handler() 27 switch (msg->act) { in btc_gatt_com_call_handler() 35 BTC_TRACE_ERROR("%s UNKNOWN ACT %d\n", __func__, msg->act); in btc_gatt_com_call_handler()
|