Home
last modified time | relevance | path

Searched refs:ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c338 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c368 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c396 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c268 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c436 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c325 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c266 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h164ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT, /*!< When update connection parameters com… enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c181 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c228 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c747 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c246 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT: in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md645 …e_gap_update_conn_params()` function triggers a GAP event `ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT`, wh…
648 case ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT:
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c666 msg.act = ESP_GAP_BLE_UPDATE_CONN_PARAMS_EVT; in btc_update_conn_param_callback()