Home
last modified time | relevance | path

Searched refs:esp_gatt_srvc_id_t (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h31 void btc_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, esp_gatt_srvc_id_t *p_src);
36 void bta_to_btc_srvc_id(esp_gatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src);
Dbtc_gatts.h58 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h138esp_gatt_srvc_id_t service_id; /*!< Service id, include service uuid and other information */
345 esp_gatt_srvc_id_t *service_id, uint16_t num_handle);
Desp_gatt_defs.h260 } __attribute__((packed)) esp_gatt_srvc_id_t; typedef
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c116 void btc_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, esp_gatt_srvc_id_t *p_src) in btc_to_bta_srvc_id()
149 void bta_to_btc_srvc_id(esp_gatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src) in bta_to_btc_srvc_id()
Dbtc_gatts.c265 esp_gatt_srvc_id_t esp_srvc_id; in btc_gatts_act_create_attr_tab()
293 esp_gatt_srvc_id_t esp_srvc_id; in btc_gatts_act_create_attr_tab()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/
Dbluedroid_gatts.h57 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gatts_api.c69 esp_gatt_srvc_id_t *service_id, uint16_t num_handle) in esp_ble_gatts_create_service()
81 memcpy(&arg.create_srvc.service_id, service_id, sizeof(esp_gatt_srvc_id_t)); in esp_ble_gatts_create_service()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c182 esp_gatt_srvc_id_t *srvc_id =(esp_gatt_srvc_id_t *)&p_data->search_res.srvc_id; in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c86 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c68 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c141 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c89 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c149 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md517 esp_gatt_srvc_id_t *srvc_id = &p_data->search_res.srvc_id;
538 A service is defined using the `esp_gatt_srvc_id_t` structure as:
553 static esp_gatt_srvc_id_t remote_service_id = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c175 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c110 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c153 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c72 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md482 esp_gatt_srvc_id_t service_id;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md177 esp_gatt_srvc_id_t service_id;