/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_hf_ag_api.c | 408 memcpy(&(arg.phone.remote_addr), remote_addr, sizeof(esp_bd_addr_t)); in esp_bt_hf_answer_call() 409 arg.phone.num_active = num_active; in esp_bt_hf_answer_call() 410 arg.phone.num_held = num_held; in esp_bt_hf_answer_call() 411 arg.phone.call_state = call_state; in esp_bt_hf_answer_call() 412 arg.phone.call_setup_state = call_setup_state; in esp_bt_hf_answer_call() 413 arg.phone.number = number; //deep_copy in esp_bt_hf_answer_call() 414 arg.phone.call_addr_type = call_addr_type; in esp_bt_hf_answer_call() 435 memcpy(&(arg.phone.remote_addr), remote_addr, sizeof(esp_bd_addr_t)); in esp_bt_hf_reject_call() 436 arg.phone.num_active = num_active; in esp_bt_hf_reject_call() 437 arg.phone.num_held = num_held; in esp_bt_hf_reject_call() [all …]
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 994 if (src->phone.number == NULL) { in btc_hf_arg_deep_copy() 998 dst->phone.number = (char *)osi_malloc(strlen(src->phone.number)+1); in btc_hf_arg_deep_copy() 999 if(dst->phone.number) { in btc_hf_arg_deep_copy() 1000 memcpy(dst->phone.number, src->phone.number, strlen(src->phone.number)+1); in btc_hf_arg_deep_copy() 1001 } else if (strlen(src->phone.number) == 0) { in btc_hf_arg_deep_copy() 1056 if (arg->phone.number) { in btc_hf_arg_deep_free() 1057 osi_free(arg->phone.number); in btc_hf_arg_deep_free() 1185 … btc_hf_phone_state_update(&arg->phone.remote_addr, arg->phone.num_active, arg->phone.num_held, in btc_hf_call_handler() 1186 … arg->phone.call_state, arg->phone.call_setup_state, arg->phone.number, in btc_hf_call_handler() 1187 arg->phone.call_addr_type); in btc_hf_call_handler() [all …]
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | blufi.rst | 23 2. Use the App installed on the mobile phone to search for this particular broadcast. The mobile ph… 25 3. After the GATT connection is successfully established, the mobile phone will send a data frame f… 29 5. The mobile phone works with {IDF_TARGET_NAME} for key negotiation using the encryption algorithm… 31 6. After the negotiation process is completed, the mobile phone will send a control frame for secur… 35 8. The mobile phone sends the data frame defined in the section of :ref:`frame_formats`,with the Wi… 37 9. The mobile phone sends a control frame of Wi-Fi connection request to {IDF_TARGET_NAME}. When re… 39 …will send a control frame of Wi-Fi connection status report to the mobile phone,to report the conn… 79 The frame formats for the communication between the mobile phone App and {IDF_TARGET_NAME} are defi… 178 …checksum and encryption by default. The data transmission from the mobile phone to ESP device is c… 211 …end back a follow-up frame of Wi-Fi connection state report to the mobile phone with the informati… [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/ |
D | ble_compatibility_test_case.md | 25 …* Your phone performance may affect the results of these tests. If such a test fails, it does not … 140 * Your phone automatically receives Notify data from the device. 161 * Your phone establishes the connection successfully, and the ESP device outputs the log: `(1) ****… 162 * Your phone breaks the connection, and the device outputs the log: `ESP_GATTS_DISCONNECT_EVT`.
|
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/ |
D | provisioning.rst | 6 …OS and Android applications. Or developers can extend the device-side and phone-app side implement… 60 …rom the phone apps as on Android and iOS both, the phone app can discover and connect to the devic… 64 6. SoftAP based provisioning requires the phone app user to go to "System Settings" to connect to W… 80 …very is left to the application and depending on the protocol chosen, the phone apps and device fi… 164 The phone applications offer simple UI and thus more user centric, while the command line applicati…
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hf_ag.h | 189 } phone; member
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_server/ |
D | README.md | 47 …If you only run the ble_spp_server demo, and it was connected by a phone, the MTU size may be less… 49 …The phone APP need to check the structure of the packet if it want to communicate with the ble_spp…
|
/hal_espressif-3.6.0/examples/wifi/smart_config/ |
D | README.md | 33 * Make sure your phone connect to the target AP (2.4GHz).
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/ |
D | README.md | 47 …If you only run the ble_spp_server demo, and it was connected by a phone, the MTU size may be less… 49 …The phone APP need to check the structure of the packet if it want to communicate with the ble_spp…
|
/hal_espressif-3.6.0/examples/ethernet/eth2ap/ |
D | README.md | 95 ### Step 4: Wi-Fi station (e.g. mobile phone) connects to ESP32's Wi-Fi 103 Now your mobile phone should get access to the Internet.
|
/hal_espressif-3.6.0/examples/wifi/wifi_easy_connect/dpp-enrollee/ |
D | README.md | 12 2. Connect your phone to the network, say named "Example-AP".
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/ |
D | README.md | 58 …If you only run the ble_spp_server demo, and it was connected by a phone, the MTU size may be less… 60 …The phone APP need to check the structure of the packet if it want to communicate with the ble_spp…
|
/hal_espressif-3.6.0/examples/protocols/pppos_client/ |
D | README.md | 42 … a short message in the end of this example, and also you need to set the phone number correctly i… 57 …ient operations. This example will also send a short message to someone's phone if you have enable…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/ |
D | README.md | 53 …to the server and send data with another ESP32 development board, Andriod phone or computer which …
|
/hal_espressif-3.6.0/docs/en/libraries-and-frameworks/ |
D | libs-frameworks.rst | 66 …e AIoT devices from the firmware to the integration with voice-assistant, phone apps and cloud bac…
|
/hal_espressif-3.6.0/examples/protocols/pppos_client/main/ |
D | Kconfig.projbuild | 54 Enter the peer phone number that you want to send message to.
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/ |
D | README.md | 34 This file is the demo to show how to used the HID(you can used it to connected to the smart phone a…
|
/hal_espressif-3.6.0/examples/bluetooth/blufi/ |
D | README.md | 18 To test this demo, you need to prepare a mobile phone with blufi application installed. You can dow…
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/ |
D | EspBleMesh.md | 62 > Please disable your Bluetooth function on your phone, enable it and try again, if you have encoun…
|
D | BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md | 36 uint16_t top_address; /* Address of the device(e.g. phone) which triggers fast provisioning */ 116 | `top_address` | Address of the device(e.g. phone) which triggers fast provisioning |
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/ |
D | README.md | 53 …to the server and send data with another ESP32 development board, Andriod phone or computer which …
|
/hal_espressif-3.6.0/tools/test_apps/peripherals/i2c_wifi/ |
D | README.md | 9 1. Switch on wifi softAP, and connect to your personal device, like your mobile phone.
|
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/ |
D | README.md | 123 …de on the serial terminal, which can be scanned from the ESP Provisioning phone apps to start the …
|
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/ |
D | README.md | 121 …de on the serial terminal, which can be scanned from the ESP Provisioning phone apps to start the …
|
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-faq.rst | 448 …phone, then it should enable the Proxy feature since almost all the phones do not support sending … 453 …uce the number of Network PDUs exchanged between a Proxy Client (e.g. the phone) and a Proxy Serve…
|