Home
last modified time | relevance | path

Searched refs:attribute_handle (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h649 uint16_t attribute_handle; /*!< Attribute handle. */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c267 char_result->char_handle = db[offset + i].attribute_handle; in btc_gattc_fill_gatt_db_conversion()
278 descr_result->handle = db[offset + i].attribute_handle; in btc_gattc_fill_gatt_db_conversion()
288 incl_result->handle = db[offset + i].attribute_handle; in btc_gattc_fill_gatt_db_conversion()
586 db[i].attribute_handle = get_db[i].id; in btc_ble_gattc_get_db()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1457 bt_mesh_gattc_info[i].data_in_handle = result[0].attribute_handle; in bt_mesh_bta_gattc_cb()
1464 bt_mesh_gattc_info[i].data_out_handle = result[0].attribute_handle; in bt_mesh_bta_gattc_cb()
1506 bt_mesh_gattc_info[i].ccc_handle = result[0].attribute_handle; in bt_mesh_bta_gattc_cb()
1513 BTA_GATTC_WriteCharDescr(p_data->search_cmpl.conn_id, result[0].attribute_handle, in bt_mesh_bta_gattc_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h66 UINT16 attribute_handle; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1314 p_attr->attribute_handle = att_handle; in bta_gattc_fill_gatt_db_el()