Home
last modified time | relevance | path

Searched refs:ESP_GATT_AUTH_REQ_NONE (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c276 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_a_event_handler()
313 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_a_event_handler()
478 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_b_event_handler()
515 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_b_event_handler()
676 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_c_event_handler()
713 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_c_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c193 ESP_GATT_AUTH_REQ_NONE); in esp_get_notification_attributes()
213 ESP_GATT_AUTH_REQ_NONE); in esp_get_app_attributes()
232 ESP_GATT_AUTH_REQ_NONE); in esp_perform_notification_action()
484 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c357 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
506 ESP_GATT_AUTH_REQ_NONE); in spp_heart_beat_task()
575 ESP_GATT_AUTH_REQ_NONE); in uart_task()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c249 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
292 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c280 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
518 ESP_GATT_AUTH_REQ_NONE); in throughput_client_task()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h267ESP_GATT_AUTH_REQ_NONE = 0, /* relate to BT… enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c457 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
498 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
548 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in example_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/
DGatt_Client_Multi_Connection_Example_Walkthrough.md239 … that the server responds to the write request, as well as the ``ESP_GATT_AUTH_REQ_NONE`` paramete…
261 ESP_GATT_AUTH_REQ_NONE);
280 ESP_GATT_AUTH_REQ_NONE);
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_ble.c126 gatt_rsp.attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in transport_simple_ble_read()
188 gatt_rsp.attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in prepare_write_event_env()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c129 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in example_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c307 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in example_prepare_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c311 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c354 ESP_GATT_AUTH_REQ_NONE); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c411 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in example_prepare_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c304 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in example_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c218 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in example_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c265 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE; in example_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md794 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE;
877 …ication type needed to write to this characteristic is set with `ESP_GATT_AUTH_REQ_NONE`, which me…
884 gatt_rsp->attr_value.auth_req = ESP_GATT_AUTH_REQ_NONE;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md680 ESP_GATT_AUTH_REQ_NONE);
716 …he server responds to the request of enabling notifications and `ESP_GATT_AUTH_REQ_NONE` to indica…