Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h23 void btc_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, esp_gatt_srvc_id_t *p_src);
27 void bta_to_btc_srvc_id(esp_gatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src);
Dbtc_gatts.h51 esp_gatt_srvc_id_t service_id;
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c91 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()
107 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.c267 esp_gatt_srvc_id_t esp_srvc_id; in btc_gatts_act_create_attr_tab()
295 esp_gatt_srvc_id_t esp_srvc_id; in btc_gatts_act_create_attr_tab()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h126esp_gatt_srvc_id_t service_id; /*!< Service ID, including service UUID and other information */
347 esp_gatt_srvc_id_t *service_id, uint16_t num_handle);
Desp_gatt_defs.h359 } __attribute__((packed)) esp_gatt_srvc_id_t; typedef
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c74 esp_gatt_srvc_id_t *service_id, uint16_t num_handle) in esp_ble_gatts_create_service()
86 memcpy(&arg.create_srvc.service_id, service_id, sizeof(esp_gatt_srvc_id_t)); in esp_ble_gatts_create_service()