Home
last modified time | relevance | path

Searched refs:incl_srvc_s_handle (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c350 UINT16 incl_srvc_s_handle, in bta_gattc_add_attr_to_cache() argument
375 isvc->incl_srvc_s_handle = incl_srvc_s_handle; in bta_gattc_add_attr_to_cache()
379 p_srvc_cb->p_srvc_cache, incl_srvc_s_handle); in bta_gattc_add_attr_to_cache()
558 …>included_service = bta_gattc_find_matching_service(services, include_service->incl_srvc_s_handle); in bta_gattc_update_include_service()
1381 p_isvc->incl_srvc_s_handle /* s_handle */, in bta_gattc_get_db_with_opration()
1959 p_attr->incl_srvc_s_handle, in bta_gattc_rebuild_cache()
1968 p_attr->incl_srvc_s_handle, in bta_gattc_rebuild_cache()
1988 UINT16 e_handle, tBT_UUID uuid, UINT8 prop, UINT16 incl_srvc_s_handle, in bta_gattc_fill_nv_attr() argument
1997 p_attr->incl_srvc_s_handle = incl_srvc_s_handle; in bta_gattc_fill_nv_attr()
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h482 …uint16_t incl_srvc_s_handle; /*!< The start handle of the service which… member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h291 UINT16 incl_srvc_s_handle; /* used when attribute type is included service */ member
720 UINT16 incl_srvc_s_handle; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c288 incl_result->incl_srvc_s_handle = db[offset + i].start_handle; in btc_gattc_fill_gatt_db_conversion()