Home
last modified time | relevance | path

Searched refs:esp_ble_conn_update_params_t (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h120 esp_ble_conn_update_params_t conn_params;
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c136 esp_ble_conn_update_params_t conn_params = {0}; in gatts_profile_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h461 } esp_ble_conn_update_params_t; typedef
1404 esp_err_t esp_ble_gap_update_conn_params(esp_ble_conn_update_params_t *params);
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c301 esp_ble_conn_update_params_t conn_params = {0}; in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c445 esp_ble_conn_update_params_t conn_params = {0}; in gatts_profile_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c135 esp_err_t esp_ble_gap_update_conn_params(esp_ble_conn_update_params_t *params) in esp_ble_gap_update_conn_params()
155 memcpy(&arg.conn_update_params.conn_params, params, sizeof(esp_ble_conn_update_params_t)); in esp_ble_gap_update_conn_params()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c534 esp_ble_conn_update_params_t conn_params = {0}; in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c378 esp_ble_conn_update_params_t conn_params = {0}; in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c465 esp_ble_conn_update_params_t conn_params = {0}; in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md599 …l and time out. The connection parameters are stored into an `esp_ble_conn_update_params_t` struct…
605 esp_ble_conn_update_params_t conn_params = {0};